Added
- Added
on()
andat()
methods which replacewith_date()
andwith_time()
. - Added a
strict
keyword argument toparse()
to get the type matching the parsed string. - Added the ability to pass an amount to the
range()
method to control the length of the gap. - Added a
datetime()
helper method to theTimezone
class.
Changed
- Improved parsing of ISO 8601 strings.
Deprecated
with_date()
andwith_time()
are deprecated. Useon()
andat()
instead.create_from_date()
andcreate_from_time()
are deprecated. Usecreate()
instead.