http://www.perlmonks.org?node_id=997308


in reply to TimeZone convert problem.

My usual goto for dealing with time is DateTime. I don't know about the particular string format you are listing, but chances are there is something to do it in the DateTime::Format namespace, as dscussed in Parsing Dates.

#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.

Replies are listed 'Best First'.
Re^2: TimeZone convert problem.
by Anonymous Monk on Oct 04, 2012 at 21:43 UTC
    Format is ISO 8601 ("T" is the separator between date & time; "z" is UTC time zone).