Hi,
I was trying to diagnose what time the ‘lastTimeStamp’ on the client create call corresponds to.
I am using the README.md in the python install file as a template.
the python libraries datetime and pytz and OSX 10.14
I divided the timestamp by 1000 and got a good year, day and date but I’m having trouble with the hour.
Assuming UTC, I’m off by maybe 4 hours (I can’t get that daylight savings time thing figured out). Assuming local time, I’m off by 2 hours.
My typical hack would be to set/readback/generate an offset to the known time and use that offset as a calibration factor.
But I’d like your confirmation of what the timestamp is set against before going this route.
Any help?
bob s.