mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
parse and format MySQL dates and times. PR: 54028 Submitted by: Mathieu Arnold <m@absolight.net>
6 lines
305 B
Text
6 lines
305 B
Text
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.
|
|
|
|
WWW: http://datetime.perl.org/
|