kaka_2 has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks
I am writing a program which read a file and receives a value (time) from it. for further logic i have to use this time but the time i read is in iso8601 format. Exactly it looks as example "2007-12-24T18:21Z" and This is UTC time.
Can someone tell me how can i convert it to my localtime or epoch time.
Thank You
-KAKA-
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: convert my date into local time or epoch time (oracle)
by Anonymous Monk on Oct 28, 2013 at 09:51 UTC | |
by kaka_2 (Sexton) on Oct 31, 2013 at 11:53 UTC | |
Re: convert my date into local time or epoch time
by chrestomanci (Priest) on Oct 28, 2013 at 12:01 UTC | |
Re: convert my date into local time or epoch time
by marinersk (Priest) on Oct 28, 2013 at 13:59 UTC |