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
#423 Added firstWeekday to Region struct. This allows you to easily change the first day of a week on given Region's Calendar object. By default the value is set sunday.
Fixes
#425 Fixed an issue with .dates(between:and) which sometimes may report as final date of the output array date greater than specified end date.
#417 Fixed an issue with colloquial functions which return wrong results when differences can be expressed in days.
#419 Fixed an issue with colloquial functions which return wrong results when differences can be expressed in days.
#427 Fixed an issue with .NET date parser (it now accounts timezone correctly and parser did not fail with < 1970 dates)