paperlined.org
dev > perl > modules > related_modules
document updated 1 year, 2 months ago, on Feb 14, 2023
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.

Core modules

Important modules

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