2d0ecd9cc1
with Time/Date in Perl in a nice OO manner. PR: 33689 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
6 lines
305 B
Text
6 lines
305 B
Text
This module replaces the standard localtime and gmtime functions
|
|
with implementations that return objects. It does so in a backwards
|
|
compatible manner, so that using localtime/gmtime in the way documented
|
|
in perlfunc will still return what you expect.
|
|
|
|
WWW: http://search.cpan.org/search?dist=Time-Object
|