Description
Perl applications can parse ISO 8601 date and time strings into DateTime objects. This is useful for APIs, logs, data imports, configuration files, and systems that exchange standardized timestamps.
It is a parser library. Applications should still decide how to handle missing time zones, partial dates, invalid strings, and precision differences.