- Adds the ability to iterate over custom deltas between a start and an end. [href]
- Adds the ability to iterate over weeks between a start and an end. [href]
0.1.0
~~~~~~~~~~~~~~~~~~~
- Adds methods to align dates to months and weeks. [href]
0.0.5
~~~~~~~~~~~~~~~~~~~
- Adds a time parsing function which accepts anything from 00:00 to 24:00. [href]
0.0.4
~~~~~~~~~~~~~~~~~~~
- Fixes an issue with daylight savings time and ``align_date_to_day``.
With this change, ``align_date_to_day`` ensures that the resulting date is in the timezone the date was aligned to, not in the timezone it originally was in. [href]
0.0.3
~~~~~~~~~~~~~~~~~~~
- Adds a function to turn date-ish objects into datetimes. [href]