Time::Timezone(3pm) User Contributed Perl Documentation Time::Timezone(3pm)
NAME
Time::Timezone -- miscellaneous timezone manipulations routines
SYNOPSIS
use Time::Timezone;
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);
DESCRIPTION
This is a collection of miscellaneous timezone manipulation routines.
"tz2zone()" parses the TZ environment variable and returns a timezone string suitable for
inclusion in date-like output. It optionally takes a timezone string, a time, and a is-
dst flag.
"tz_local_offset()" determines 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 offset
AUTHORS
Graham Barr <bodg AT tiuk.com> David Muir Sharnoff <muir AT idiom.org> Paul Foley
<paul AT ascent.com>
LICENSE
David Muir Sharnoff disclaims any copyright and puts his contribution to this module in
the public domain.
perl v5.28.1 2019-01-23 Time::Timezone(3pm)
Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2025-11-21 17:01 @216.73.216.130 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)