Closed moll closed 6 years ago
For the record, the IANA time zone for Estonia is "Europe/Tallinn".
This should be resolved in the new API demo.
Turns out, unfortunately, insufficiently solved. Created https://github.com/riigikogu-kantselei/api/issues/11.
Lo!
Times and dates returned by the API in various responses are currently in a proprietary format: some in milliseconds from possibly Unix epoch (with no clarity how leap seconds and other time peculiarities are handled) and some in the
DD.MM.YYYY
format.I propose they all be replaced with extended ISO 8601 formats, which look like the following:
The last for times where the local time is also important. The last SHOULD include a IANA time zone in a separate property if needed. If not, the first two — dates and UTC times — suffice.