neuml/txtai

Ensure generated datetimes are in UTC

Closed this issue · 0 comments

While it's a best practice to run servers in UTC, that is not always the case for various reasons. This change will ensure that any generated datetime is in UTC.

This change will also modify database datetime columns to be timezone aware (if that is supported by the DB).