Ignore:
Timestamp:
Jan 20, 2018, 12:37:38 AM (6 years ago)
Author:
g7moreau
Message:
  • Add localtime function
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/project-meta/project-meta

    r180 r181  
    195195      }
    196196
    197    my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = time;
     197   my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime time;
    198198   $year += 1900;
    199199   $mon++;
Note: See TracChangeset for help on using the changeset viewer.