ARPA-SIMC / dballe

Fast on-disk database for meteorological observed and forecast data.
Other
19 stars 6 forks source link

Document the supported datetime formats #229

Closed spanezz closed 4 years ago

spanezz commented 4 years ago

This is related to #221. There is a need to document the subset of ISO8601 that we support for dates in JSON and possibly CSV.

What are the current places where this is documented and might cause confusion?

spanezz commented 4 years ago

Note, in #230 I added support for an optional trailing Z

pat1 commented 4 years ago

I have to document it here: https://doc.rmap.cc/rmap_rfc/rfc.html#json this is the base documentation for some projects and other official documents ...

spanezz commented 4 years ago

I documented the whole JSON format in 936d8158dfbd138c4b82842c5763d3f350363038, including the datetime format.

The documentation is linked under 'general reference'