Linux.pl
Opcje wyszukiwania podręcznika man:
Lista stron man zaczynających się od znaku:
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z   ALPHA   NUM   OTHER   ALL
Time::Zone(3pm)       User Contributed Perl Documentation      Time::Zone(3pm)

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@pobox.com> David Muir Sharnoff <muir@idiom.com> Paul
       Foley <paul@ascent.com>

perl v5.32.1                      2021-02-15                   Time::Zone(3pm)

Czas wygenerowania: 0.00009 sek.


Created with the man page lookup class by Andrew Collington.
Based on a C man page viewer by Vadim Pavlov
Unicode soft-hyphen fix (as used by RedHat) by Dan Edwards
Some optimisations by Eli Argon
Caching idea and code contribution by James Richardson

Copyright © 2003-2025 Linux.pl
Hosted by Hosting Linux.pl