Skip to content

Set all timestamps to UTC

Kate Whalen requested to merge kw-38-timestamps into master

Removes all references to local time zones (or unspecified time zones) and sets all timestamps to UTC. Also migrates from naive to aware datetime objects as discussed in the python docs. Fixes #38 (closed).

Tested in two time zones and across various platforms; everything looks to be ok.

Edited by Kate Whalen

Merge request reports