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

[BUG] Timezone issue #546

Closed
pyRobShrk opened this issue Jul 6, 2023 · 0 comments · Fixed by #547 or #548
Closed

[BUG] Timezone issue #546

pyRobShrk opened this issue Jul 6, 2023 · 0 comments · Fixed by #547 or #548
Assignees
Labels
bug Malfunction or crash
Milestone

Comments

@pyRobShrk
Copy link

pyRobShrk commented Jul 6, 2023

I took a photo at 8:20 this morning and uploaded it to my Piwigo instance through the iOS app (3.0.1). The photo shows in the app with a timestamp of 1:20 AM. I'm in Pacific time, and my server is in the same time zone. My servers docker image was composed with:

environment:
  - TZ=America/Los_Angeles

My latest nginx access.log for the piwigo site shows a proper timestamp in the correct timezone:

[06/Jul/2023:10:46:50 -0700]

If I save the image from the app onto my phone, it has the proper timestamp. If I save the image to my PC, it has the proper timestamp. As far as I can tell this is just a display bug in the iOS app, that it's showing -7 hours from the correct timestamp. It's as if the app assumes the image timestamp on the photo is GMT and it's adjusting to display in Pacific time. I think this is a regression from the latest app version, as I never noticed this bug before.

  • Device: iPhone 14 Pro
  • OS: iOS 16.5.1
  • App version 3.0.1
@EddyLB EddyLB added the bug Malfunction or crash label Jul 7, 2023
@EddyLB EddyLB self-assigned this Jul 7, 2023
@EddyLB EddyLB added this to the 3.0.2 milestone Jul 7, 2023
@EddyLB EddyLB mentioned this issue Jul 8, 2023
@EddyLB EddyLB mentioned this issue Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Malfunction or crash
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants