Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local date / time for Air date #1373

Closed
1 task done
bverkron opened this issue Feb 20, 2025 · 1 comment · Fixed by #1390
Closed
1 task done

Local date / time for Air date #1373

bverkron opened this issue Feb 20, 2025 · 1 comment · Fixed by #1390
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@bverkron
Copy link

Description

Would be nice to have the air date match local time so it's easier to tell when an episode will be available.

For example it's just past 6pm local time, Feb 16th and the next episode of Invincible is coming out at 12am midnight Feb 20th (6 hrs from now). However, Jellyseer shows it aired 2 hours ago.

Amazon Prime
Image

TMDB
Image

Jellyseer
Image

My docker compose is setup with my local time zone as per the doc

Image

Time inside the container

/app # date
Wed Feb 19 18:16:38 PST 2025

Seems like we could get the local air date if the timezone of the date/time returned by TMDB api is fixed, which presumably it is.

Desired Behavior

Air date is based on local time (if set) instead of whatever timezone TMDB uses.

Additional Context

No response

Code of Conduct

  • I agree to follow Jellyseerr's Code of Conduct
@bverkron bverkron added awaiting triage This issue needs to be reviewed enhancement New feature or request labels Feb 20, 2025
@fallenbagel fallenbagel added good first issue Good for newcomers and removed awaiting triage This issue needs to be reviewed labels Feb 20, 2025
@fallenbagel
Copy link
Owner

Tmdb uses UTC

gauthier-th pushed a commit that referenced this issue Feb 23, 2025
This PR will ensure that the airdate is in the user's local timezone so that its more user friendly and the relative time calculation would be consistent

fix #1373
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants