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


in reply to Convert timezone using offset and posix perl module

what did you try so far?
  • Comment on Re: Convert timezone using offset and posix perl module

Replies are listed 'Best First'.
Re^2: Convert timezone using offset and posix perl module
by adambot (Acolyte) on Jan 08, 2013 at 17:26 UTC
    That's the problem -- i'm not sure where to start -- i found this:
    ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);