Time zones confusion

For some reason when using explore time is shown for me -3 hours from real time even though it’s said to be MSK on observations, it’s an unexpected thing:
https://www.inaturalist.org/observations?on=2020-08-24&order_by=observed_on&page=2&place_id=any&subview=table&user_id=melodi_96&verifiable=any


https://www.inaturalist.org/observations/57461240

Then for some reason EXIF shows me they were shot in -7 timezone, which is on my computer right now, while it shouldn’t affect it at all? I remember seeing EXIFs with the timezone that was on them, was it changed in any way or it’s my memory?
image
Just why explore shows me 6:40 and observation 9:40?

probably related to https://github.com/inaturalist/inaturalist/issues/3002 ?

1 Like

Yes, looks quite like it! Very weird that it’s not trying to show me “right” time, with plusing 3 hours to the observation time, it subtracks them!

according to the API, it looks like you may have manually recorded the observation date as “2020-08-24 9:40:53 AM GMT+03:00”. i’m guessing the system might not be expecting “GMT” with an offset after. (it might be expecting either an alpha time zone or an offset, not both.) what happens if you edit the observation time as “2020-08-24 9:40:53 AM +03:00” or “2020-08-24 9:40:53 AM MSK” instead?

just for reference, the original bug report associated with the GitHub issue noted above is https://forum.inaturalist.org/t/daylight-savings-time-not-shown-in-list-mode-on-website/21283. that thread actually seems to contain 2 separate issues, but it might worth tracking this bug report and that one together.

I changed it and it still shows wrong time if I change time zone until profile settings match the zone used. I have those done with +7 time and with profile setting set to +3 they show me 8pm instead of 5! So when I change it back and forth it just fixes one part and changes the other.


did you try a time zone (ex. MSK or NOVT) at the end of the datetime string instead of a time zone offset?

I got confused in time zones, no, it’s still broken when I use NOVT (though I didn’t even know it’s the right abbreviation to use, system just says +7 and I had hard time determining how to write it manually). I checked now those that automatically used “MSK” and they also work the same way.