DateTime::Format::Strptime - Parse and format strp and strf time patterns https://www.cpan.org/
Go to file
2024-01-06 08:51:03 +01:00
perl-DateTime-Format-Strptime.spec automatic version update by autodist [release 1.79-1mamba;Fri Mar 10 2023] 2024-01-06 08:51:03 +01:00
README.md automatic update by autodist [release 1.54-1mamba;Sun Apr 06 2014] 2024-01-06 08:51:02 +01:00

perl-DateTime-Format-Strptime

This module implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated.