amazon-ion / ion-docs

Source for the GitHub Pages for Ion.
https://amazon-ion.github.io/ion-docs/
Apache License 2.0
22 stars 22 forks source link

Specify that timestamp `month` and `day` fields are 1-indexed #296

Open zslayton opened 5 months ago

zslayton commented 5 months ago

The spec does not say how individual timestamp fields are indexed. A reader could reasonably conclude they are all zero-indexed, but it's common for month and day to be 1-indexed in various time libraries.

popematt commented 5 months ago

Is this referring to Ion 1.0 or the Ion 1.1 proposal (or both)?