Query: time::zone
OS: linux
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Time::Zone(3pm) User Contributed Perl Documentation Time::Zone(3pm)NAMETime::Zone -- miscellaneous timezone manipulations routinesSYNOPSISuse Time::Zone; print tz2zone(); print tz2zone($ENV{'TZ'}); print tz2zone($ENV{'TZ'}, time()); print tz2zone($ENV{'TZ'}, undef, $isdst); $offset = tz_local_offset(); $offset = tz_offset($TZ);DESCRIPTIONThis is a collection of miscellaneous timezone manipulation routines. "tz2zone()" parses the TZ environment variable and returns a timezone string suitable for inclusion in date(1)-like output. It opionally takes a timezone string, a time, and a is-dst flag. "tz_local_offset()" determins the offset from GMT time in seconds. It only does the calculation once. "tz_offset()" determines the offset from GMT in seconds of a specified timezone. "tz_name()" determines the name of the timezone based on its offsetAUTHORSGraham Barr <gbarr@pobox.com> David Muir Sharnoff <muir@idiom.com> Paul Foley <paul@ascent.com> perl v5.10.1 2009-12-12 Time::Zone(3pm)
Related Man Pages |
---|
date_default_timezone_set(3) - php |
datetime::format::dateparse(3) - centos |
date::parse(3pm) - debian |
time::ctime(3pm) - debian |
time.gmtime(3kaya) - debian |
Similar Topics in the Unix Linux Community |
---|
How to install bsdpan-* on freeBSD 7.1 |
How to convert "Nov 9 11:35:28 2009" to "200911091135" |