summaryrefslogtreecommitdiff
path: root/t/format.t
blob: b94c3270242c808232b448ba2312d74f6b7c8bb2 (plain)
1
2
3
4
5
6
7
8
#!perl 
use Test::More;
use DateTime;
use DateTime::Format::GeekTime;
 
my $dt=DateTime->new(year=>2010,month=>3,day=>8,
                     hour=>16,minute=>56,seconds=>23);
diag DateTime::Format::GeekTime->format_datetime($dt);