From 38d8d3af0ff3af99a1feb91d43c18e869a407a11 Mon Sep 17 00:00:00 2001 From: Arkadiusz Bulski Date: Sat, 17 Feb 2018 15:01:12 +0100 Subject: corected timestamp comment --- glucometerutils/support/lifescan_binary_protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glucometerutils/support/lifescan_binary_protocol.py b/glucometerutils/support/lifescan_binary_protocol.py index 22e96d9..7b1fbec 100644 --- a/glucometerutils/support/lifescan_binary_protocol.py +++ b/glucometerutils/support/lifescan_binary_protocol.py @@ -55,7 +55,7 @@ def LifeScanPacket(command_prefix, include_link_control): COMMAND_SUCCESS = construct.Const(b'\x06') VERIO_TIMESTAMP = construct_extras.Timestamp( - construct.Int32ul, epoch=946684800) # 2010-01-01 00:00 + construct.Int32ul, epoch=946684800) # 2000-01-01 (not 2010) _GLUCOSE_UNIT_MAPPING_TABLE = { common.Unit.MG_DL: 0x00, -- cgit v1.2.3