diff options
author | abs <abs@pkgsrc.org> | 2007-06-10 11:24:36 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-06-10 11:24:36 +0000 |
commit | bebc3a641c13c27e7f61e59425817f6113731e13 (patch) | |
tree | 53ef8521b5c8bb7a77a54f6cd02d37cb78cc3ddf /doc | |
parent | fdee941b9af2f0796305d0c0f5191ceb82085ab8 (diff) | |
download | pkgsrc-bebc3a641c13c27e7f61e59425817f6113731e13.tar.gz |
Added time/p5-DateTime-Format-MySQL version 0.04
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES-2007 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 2e0c68996c2..b789f610ffa 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.1324 2007/06/10 11:23:47 abs Exp $ +$NetBSD: CHANGES-2007,v 1.1325 2007/06/10 11:26:02 abs Exp $ Changes to the packages collection and infrastructure in 2007: @@ -2535,3 +2535,4 @@ Changes to the packages collection and infrastructure in 2007: Updated textproc/p5-Pod-Simple to 3.05 [obache 2007-06-10] Added time/p5-Time-Clock version 0.11 [abs 2007-06-10] Added time/p5-DateTime-Format-Pg version 0.16001 [abs 2007-06-10] + Added time/p5-DateTime-Format-MySQL version 0.04 [abs 2007-06-10] |