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
Currently, the time zone of an EVSE can be given in the address object in form of a UTC offset, e.g. UTC+02:00. Especially in Central Europe, where most countries are using a different UTC offset for summer time, this comes with the drawback that published data becomes inaccurate the moment we change our clocks.
Such an API change could in theory be (mostly) backwards and forwards compatible, since for most countries there is only one timezone and a simple mapping from country to time zone and vice versa is already sufficient.
The text was updated successfully, but these errors were encountered:
Namoshek
changed the title
Time Zones: UTC offset vs.
Time Zones: UTC offset vs. named time zones
Oct 13, 2020
Currently, the time zone of an EVSE can be given in the address object in form of a UTC offset, e.g.
UTC+02:00
. Especially in Central Europe, where most countries are using a different UTC offset for summer time, this comes with the drawback that published data becomes inaccurate the moment we change our clocks.I therefore suggest switching to named time zones as they can be found in the list of tz database time zones which is published by IANA.
Such an API change could in theory be (mostly) backwards and forwards compatible, since for most countries there is only one timezone and a simple mapping from country to time zone and vice versa is already sufficient.
The text was updated successfully, but these errors were encountered: