On Sat, 28 Jun 2003 [EMAIL PROTECTED] wrote: > # Failed test (t/01datetime.t at line 87) > # got: 'TZID=-0100:19000101T150000' > # expected: '19000101T160000Z' > # Looks like you failed 1 tests of 37. > > my $dt = DateTime->new( > year => 1900, hour => 15, time_zone => '-0100' ); > is( $ical->format_datetime($dt), > '19000101T160000Z', > 'offset only time zone should be > formatted as UTC' );
This is actually due to a bug in DateTime::TimeZone. I'll release a fixed version soon. -dave /*======================= House Absolute Consulting www.houseabsolute.com =======================*/
