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

Methods to add/subtract years/months/days from a DateTuple #3

Closed notquiteamonad closed 5 years ago

notquiteamonad commented 5 years ago

See issue #2 for more of a description.

Extra attention will need to be paid such that if months are being subtracted/added, the date of month still falls within the bounds for that month.

notquiteamonad commented 5 years ago

Completed in commit 40312c7