Help for this page
2011-08-09 03:33:11 2011-07-09 00:27:23 2011-07-25 22:24:08
#!/usr/bin/perl -w use strict; use warnings; ... #$dt->set_time_zone('Europe/Guernsey'); my $time = $dt->strftime('%F %T'); print "$time\n";