Open mtlynch opened 2 years ago
The extra 'utc' modifier was incorrect, as it assumes that the previous time is in local time, but 'now' is in UTC:
https://www.sqlite.org/lang_datefunc.html
Need to add a SQL migration to fix legacy entries before merging this in.
The extra 'utc' modifier was incorrect, as it assumes that the previous time is in local time, but 'now' is in UTC:
https://www.sqlite.org/lang_datefunc.html