paperlined.org
dev > perl > modules > related_modules
document updated a month ago, on Dec 11, 2024
See also: converting Oracle dates ⇔ Perl dates

"Broken-down time" means the typical array ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst), and it correlates to the C standard library's struct tm.

Modules that are installed by default with Perl

Important modules that don't get installed by default

Parsing

If you're stuck using low-level parsing libraries, here is some useful information for writing custom date parsers.

Timezones

To change your script's local timezone at the top of the script:

Formatting