# like the tests above, but starting with ical instead of epoch my $t2 = Date::ICal->new( ical =>'19700101Z' ); is( $t2->ical, '19700101Z', "Start of epoch in ICal notation" );
is( $t2->epoch, 0, " and back to ICal" ); }
此时在 MacOS 上运行的输出为:
1 2 3 4 5 6 7 8
1..7 ok 1 - Epoch time of 0 ok 2 # skip epoch to ICal not working on Mac OS ok 3 # skip epoch to ICal not working on Mac OS ok 4 # skip epoch to ICal not working on Mac OS ok 5 # skip epoch to ICal not working on Mac OS ok 6 # skip epoch to ICal not working on Mac OS ok 7 # skip epoch to ICal not working on Mac OS