
Jasmine
Administrator
Jan 19, 2001, 2:39 PM
Post #1 of 1
(1101 views)
|
|
How can I take a string and turn it into epoch sec
|
Can't Post
|
|
(From the Perl FAQ) How can I take a string and turn it into epoch seconds? If it's a regular enough string that it always has the same format, you can split it up and pass the parts to timelocal in the standard Time::Local module. Otherwise, you should look into the Date::Calc and Date::Manip modules from CPAN.
|