Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
is there anything like this already existing, or will i have to write one myself? for example:
print 'enter gmt time offset: '; $offset = <>; # sample input would be '-6' or '3', etc ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday) = localToOffset($offset +);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: getting time local to a user supplied offset...
by bobn (Chaplain) on Jul 21, 2003 at 00:33 UTC | |
by Anonymous Monk on Jul 21, 2003 at 00:41 UTC | |
by bobn (Chaplain) on Jul 21, 2003 at 00:44 UTC | |
by Anonymous Monk on Jul 21, 2003 at 00:49 UTC |