Time::Local(3p) Perl Programmers Reference Guide Time::Local(3p)
Time::Local(3p) Perl Programmers Reference Guide Time::Local(3p) # Time::Local(3p) Perl Programmers Reference Guide Time::Local(3p) NNAAMMEE # Time::Local - Efficiently compute time from local and GMT time VVEERRSSIIOONN # version 1.30 SSYYNNOOPPSSIISS # use Time::Local qw( timelocal_posix timegm_posix ); my $time = timelocal_posix( $sec, $min, $hour, $mday, $mon, $year ); my $time = timegm_posix( $sec, $min, $hour, $mday, $mon, $year ); DDEESSCCRRIIPPTTIIOONN # This module provides functions that are the inverse of built-in perl functions "localtime()" and "gmtime()". ...