Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Prepare services file for useConvert UNIX time into record ... (Berikutnya)
Time-related functions

Convert UNIX time into record or string using Greenwich time

Daftar Isi

  • gmtime EXPR

  • gmtime

    Works just like localtime but the returned values arelocalized for the standard Greenwich time zone.

    Note: When called in list context, $isdst, the last valuereturned by gmtime, is always 0. There is noDaylight Saving Time in GMT.

    Portability issues: gmtime in perlport.

 
Source : perldoc.perl.org - Official documentation for the Perl programming language
Site maintained by Jon Allen (JJ)     See the project page for more details
Documentation maintained by the Perl 5 Porters
(Sebelumnya) Prepare services file for useConvert UNIX time into record ... (Berikutnya)