Flamenco/internal
Sybren A. Stüvel 01c45afc20 Manager: explicitly store timestamps as UTC
SQLite doesn't handle timezones by default, when you just use something
like `date1 < date2`, for example. This makes GORM explicitly use UTC
timestamps for the `CreatedAt`, `UpdatedAt`, and `DeletedAt` fields.
Our own code should also use UTC when saving timestamps. That way all
datetimes in the database are in the same timezone, and can be compared
naievely.
2022-06-13 12:10:11 +02:00
..
appinfo License: license all code under "GPL-3.0-or-later" 2022-03-07 15:26:46 +01:00
manager Manager: explicitly store timestamps as UTC 2022-06-13 12:10:11 +02:00
own_url Manager: reduce log level 2022-05-06 14:35:27 +02:00
upnp_ssdp Manager: reduce log level 2022-05-06 14:35:27 +02:00
uuid Manager: add a small wrapper around Google's UUID library 2022-05-20 15:35:51 +02:00
worker Merge 'shutdown' and 'offline' states 2022-06-02 16:35:07 +02:00