CAVEconnectome / CAVEclient

This is the python client for accessing REST APIs within the Connectome Annotation Versioning Engine.
https://caveconnectome.github.io/CAVEclient/
MIT License
19 stars 12 forks source link

Fixing timezone + timestamp bug in chunkedgraph module #55

Closed sdorkenw closed 2 years ago

sdorkenw commented 2 years ago

Parts of the module used time.mktime to convert datetimes into timestamps. As time.mktime uses the local timezone, the timestamps were influenced by ones location.