The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

Time::Zone (3)
  • >> Time::Zone (3) ( Разные man: Библиотечные вызовы )
  •  

    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-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 <[email protected]> David Muir Sharnoff <[email protected]> Paul Foley <[email protected]>


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    AUTHORS


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру