gboudreau / XBMCnfoMoviesImporter.bundle

688 stars 158 forks source link

Release date in plex is a day early #151

Open joswart opened 4 months ago

joswart commented 4 months ago

For some reason, the release date in plex always shows a day early.

If I have:

2024-06-24 in my .nfo file. Plex will show the release date as: 2024-06-23. I have tried hacking the code a little myself by adding + datetime.timedelta(days=1) in various locations in the code, however that never worked for me. Maybe someone has an idea?