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

Fix MonthTuple's serialisation to conform to ISO 8601 #17

Closed notquiteamonad closed 5 years ago

notquiteamonad commented 5 years ago

16 was merged without checking it was applied to MonthTuple. This needs to be rectified.

notquiteamonad commented 5 years ago

Fixed in #18