perl-datetime-format-strptime 1.77
Parse and format strp and strf time patterns
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.
- Website: https://metacpan.org/release/DateTime-Format-Strptime
- Licenses: Artistic License 2.0
- Package source: gnu/packages/perl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install perl-datetime-format-strptime 1.77
as follows:
guix install perl-datetime-format-strptime@1.77
Or install the latest version:
guix install perl-datetime-format-strptime
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.