Info2: << Package: time-local-pm Version: 1.12 Revision: 22 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc Description: efficiently compute time from local and GMT time Type: perl License: Artistic Maintainer: Benjamin Reed Depends: system-perl BuildDepends: system-perl Source: mirror:cpan:authors/id/D/DR/DROLSKY/Time-Local-%v.tar.gz Source-MD5: 10e3cd35570eaa2173e684da2017ff8f UpdatePOD: true DocFiles: Changes LICENSE MANIFEST README Homepage: http://search.cpan.org/dist/Time-Local DescDetail: << 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 GMT 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. << <<