Time::Zone - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION AUTHORS
NAME
    Time::Zone -- miscellaneous timezone manipulations routines

SYNOPSIS
            use 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);

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(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 offset

AUTHORS
    Graham Barr <gbarr AT pobox.com> David Muir Sharnoff <muir AT idiom.com> Paul
    Foley <paul AT ascent.com>


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 07:56 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top