bonukai / MediaTracker

Self hosted media tracker for movies, tv shows, video games, books and audiobooks
MIT License
536 stars 23 forks source link

Convert all release dates to ISO #617

Closed bonukai closed 1 month ago

bonukai commented 1 month ago

Most provides, including TMDB does not provide release time, only date, without any time zone information. Until now, those dates ware converted to MediaTracker local time zone, for example 2024-05-16 would always be 2024-05-16 00:00:00 in user local time.

With introduction of more precise release time from TvMaze, this became a problem. Dates like, 2024-05-16 are stored in database in this format, and converted to ISO later.

This pull requests converts all stored release dates to ISO format. Dates without time, will become a midnight in UTC time, not user local time.