Changed %m to %d to show date

master
Gaganpreet 2012-06-19 21:14:53 +05:30
parent 4a8a988dbd
commit e74ddda437
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ handle remainder => sub {
time_zone => "UTC" time_zone => "UTC"
); );
my $time_utc = $my_time->strftime("%a %b %m %T %Y %z"); my $time_utc = $my_time->strftime("%a %b %d %T %Y %z");
return "Unix Time Conversion: " . $time_utc if $time_utc; return "Unix Time Conversion: " . $time_utc if $time_utc;