DateTime - Complete, correct, and easy to use date/time object implementation https://www.cpan.org/
Go to file
2024-01-06 08:50:21 +01:00
perl-DateTime.spec rebuilt with perl 5.36.0 [release 1.59-2mamba;Sun Apr 16 2023] 2024-01-06 08:50:21 +01:00
README.md automatic update by autodist [release 1.04-1mamba;Thu Dec 12 2013] 2024-01-06 08:50:20 +01:00

perl-DateTime

The DateTime.pm module aims to provide a complete, correct, and easy to use date/time object implementation. Currently it handles many date calculations, date math (addition and subtraction), and provides convenient methods for retrieving portions of a date/time.

This module properly supports the Olson time zone database, meaning that historical time zone information, and more importantly, daylight saving time rules, can be handled transparently, simply by setting the correct time zone. This is done by using the DateTime::TimeZone module.