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

perl-datetime-format-mysql

Parse and format MySQL dates and times

This module understands the formats used by MySQL for its DATE, DATETIME, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the MySQL format.

Installation

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

guix install perl-datetime-format-mysql

Or install a particular version:

guix install perl-datetime-format-mysql@0.0701

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-mysql about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/perl-datetime-format-mysql'><img src='https://packages.guix.gnu.org/packages/perl-datetime-format-mysql/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-mysql/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/perl-datetime-format-mysql)

Example Org:

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