- The
durationmodule gains theto_millisecondsfunction.
- Fixed a bug where the
duration.to_iso8601_stringreturned an invalid value for a duration of0seconds. - The
timestampmodule gains theunix_epochconstant.
- The
calendarmodule gains thenaive_date_comparefunction.
- RFC3339 timestamps with a space between the date and the time can now be parsed.
- The
calendarmodule gains theis_leap_year,is_valid_time_of_dayandis_valid_datefunctions.
- Fixed a bug where the
millisecondsfunction could return an incorrect value for negative numbers. - The
durationmodule gains theUnittype and theapproximate,minutesandhoursfunctions. - The
calendarmodule gains themonth_to_intandmonth_from_intfunctions.
- The
calendarmodule gains themonth_to_stringfunction.
- Fixed 2 bugs with time-zone offset handling.
- Initial release, with the timestamp, calendar, and duration modules.