freebsd-ports/devel/p5-Time-Local/pkg-descr
Erwin Lansing e881e0a6da Add p5-Time-Local 1.07,
efficiently compute time from local and GMT
time.

PR:		53960
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-01 18:10:29 +00:00

8 lines
474 B
Text

These routines are the inverse of built-in perl functions localtime() and
gmtime(). They accept a date as a six-element array, and return the
corresponding time(2) value in seconds since the system epoch (Midnight,
January 1, 1970 UTC on Unix, for example). This value can be positive or
negative, though POSIX only requires support for positive values, so dates
before the system's epoch may not work on all operating systems.
WWW: http://search.cpan.org/dist/Time-Local/