You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(breaking) Year and month durations now assume 365.25 days in a year consistently in conversion and constructors. Particularly dyears(1) == years(1) is now TRUE.
Format and print methods for 0-length objects are more consistent.
New duration constructor dmonths() to complement other duration constructors.
duration() constructor now accepts months and years arguments.