![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re^2: Convert Old Unix Date to Perl and compareby thargas (Deacon) |
on Feb 27, 2012 at 18:19 UTC ( #956492=note: print w/replies, xml ) | Need Help?? |
shouldn't it be timelocal() from Time::Local instead of mktime()? Or you could use POSIX qw(mktime) instead, but POSIX is a lot to bring in just for this.
In Section
Seekers of Perl Wisdom
|
|