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
Situation: CGImap runs on a server in UTC+2 timezone. The changeset call /api/0.6/changeset/xxx returns a changeset where the status is "closed", although the changeset will only close 1 hour in the future. For further discussion see details at streetcomplete/StreetComplete#562 (comment)
now is initialized with local time (which is UTC+2):
Situation: CGImap runs on a server in UTC+2 timezone. The changeset call /api/0.6/changeset/xxx returns a changeset where the status is "closed", although the changeset will only close 1 hour in the future. For further discussion see details at streetcomplete/StreetComplete#562 (comment)
now
is initialized with local time (which is UTC+2):openstreetmap-cgimap/src/main.cpp
Line 183 in 83185f5
Comparison doesn't take UTC+2 / UTC+0 difference into account:
openstreetmap-cgimap/src/output_formatter.cpp
Lines 59 to 62 in fdc2523
Processing should be based on UTC+0, regardless of the local timezone.
The text was updated successfully, but these errors were encountered: