You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I extract the shot-time/date in a view, it's correct. But when I do exactly the same thing inside a controller it's 2 hours too early. What could be the cause of this?
Thanks,
J.
The text was updated successfully, but these errors were encountered:
Probably a timezone issue; exif does not contain tz information and rails (?) tries to be smart about it (most likely guessing exifr came up with a gmt timestamp).
Hey there,
When I extract the shot-time/date in a view, it's correct. But when I do exactly the same thing inside a controller it's 2 hours too early. What could be the cause of this?
Thanks,
J.
The text was updated successfully, but these errors were encountered: