This package browser is in early development. Mind the rough edges.

perl-datetime-format-strptime

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.

Installation

Install the latest version of perl-datetime-format-strptime as follows:

guix install perl-datetime-format-strptime

Or install a particular version:

guix install perl-datetime-format-strptime@1.77

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.

Badge code

You can use the following badge to inform users of perl-datetime-format-strptime about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/perl-datetime-format-strptime'><img src='https://packages.guix.gnu.org/packages/perl-datetime-format-strptime/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/perl-datetime-format-strptime/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/perl-datetime-format-strptime)

Example Org:

[[https://packages.guix.gnu.org/packages/perl-datetime-format-strptime][https://packages.guix.gnu.org/packages/perl-datetime-format-strptime/badges/latest-version.svg]]