in reply to Re: Convert date & time to UNIX time
in thread Convert date & time to UNIX time
But yes there are ways to convert this string to a number of seconds since "epoch" time.
Time::Local's timegm and timelocal being rather convenient if that's all one wants to do. Any date and/or time manipulation module will do the trick too.
|
|---|