radiocosmology / alpenhorn

Alpenhorn is a service for managing an archive of scientific data.
MIT License
2 stars 1 forks source link

Database timestamps need to be UTC #159

Closed ketiltrout closed 1 year ago

ketiltrout commented 1 year ago

Currently we store datetime.datetime.now() to the DB all over the place. This gets confusing with servers spread across multiple timezones.

Dates stored to, and read from, the database should always be UTC times.