in reply to Re: Daylight Savings Time Determinationin thread Daylight Savings Time Determination
DateTime::Format::ISO8601->new() returns a parser object, not a "DateTime" object. You can use the parser as a "DateTime" factory.