Perl Programming/Reference Cards/Time and Date
A few basic functions are
localtime or gmtime from the Time::Local module in standard perl distributions.
Date::Manip and Date::Calc in CPAN modules
Category:Book:Perl Programming#Reference%20Cards/Time%20and%20Date%20