radiocosmology / alpenhorn

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

fix: Store/read (naive) UTC datetimes to/from DB. #164

Closed ketiltrout closed 1 year ago

ketiltrout commented 1 year ago

The datetimes are all naive because peewee doesn't work well with TZ-aware ones.

Closes #159

ketiltrout commented 1 year ago

This doesn't affect datasets or anything else in the database outside of the alpenhorn tables. Not even the times in the info tables.

ljgray commented 1 year ago

This doesn't affect datasets or anything else in the database outside of the alpenhorn tables. Not even the times in the info tables.

Oh, duh