The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.09     2020-07-25 (TRIAL RELEASE)

* Add a format_datetime() method, which makes this class play nicer with
  DateTime.pm. Implemented by Doug
  Bell. https://github.com/jhoblitt/DateTime-Format-ISO8601/pull/2

* Add support for the `YYYY-MM-DDThh:mm:ss.ss[+-]hh` and
  `YYYYMMDDThhmmss.ss[+-]hh` formats. Implemented by Thomas
  Klausner. https://github.com/jhoblitt/DateTime-Format-ISO8601/pull/3


0.07 2010-01-17

* fix test failures caused by tests using DateTime->now(), all tests should
  now pass regardless of the "wallclock" when they are being run


0.06 2007-04-10

* add Test::Distribution tests

* merge rel_0_04_FIXES branch -- fixing the major regressions introduced in
  0.05


0.05 2007-03-27

* disable a test that may fail depending on the localtime date


0.0403 2005-08-07

* update doc format

* tidy Build.PL

* auto-generate Makefile.PL

* change set_base_datetime() to use DT's overloaded <=> instead of ->compare()

* tidy test sources and reduce runtime


0.0402 2004-10-28

* add 8 missing formats, patch by Kelly McCauley


0.0401 2004-02-08

* fix test for -DDD format as reported by Jonathan Leffler <jleffler _AT_ earthlink.net>


0.04 2003-11-15

* require DT 0.18 and DT::F::B 0.77

* recommend Test::Pod 0.95 and File::Find::Rule 0.24

* doc update

* test update

* fix bug in -YY spec

* default handling of 2-digit years is now 0-49 as 20xx and 50-99 as 19xx

* add DefaultCutOffYear()

* add DefaultLegacyYear()

* add base_datetime()

* add clone()

* add cut_off_year()

* add legacy_year()

* add new()

* add set_base_datetime()

* add set_cut_off_year()

* add set_legacy_year()


0.03 2003-07-03

* require DT::F::B 0.75

* 'constructor' in specrefs instead of _normalize_day()

* removed _normalize_day()

* speed enhancement from internals cleanup

* fixed _normalize_week to properly handle week specified without a day of week

* fixed ISO week day tests (count from zero instead of 1 error) 

* ISO8601 sections 5.3.1.1 - 5.3.1.3 and 5.3.3 - 5.3.4.2 maybe prefixed with 'T'

* doc update


0.02 2003-06-26

* require DT 0.13 and DT::F::B 0.74

* dropped Date::ISO dep

* length based string matching where possible

* support '.' as a fractional time separator

* slightly better docs

* bug fix for _add_minute()


0.01 2003-06-21

* support ISO8601 date/time formats