notquiteamonad / date_time

date_time is a high-level Rust library for use in situations where precision beyond seconds is not necessary.
Apache License 2.0
8 stars 5 forks source link

Serialisation is confusing - months should not be zero-based when serialised #23

Closed notquiteamonad closed 5 years ago

notquiteamonad commented 5 years ago

Modify MonthTuple and DateTuple to use one-based months instead of zero-based months.

This will be a major breaking change and most likely require a version bump to 2.0.0 for publishing and warnings in CHANGELOG and README.