Revision history for Perl extension DateTime::Format::Pg.
0.16010 2014-09-18T12:36:03Z
- Add support for various more interval units [pr #3]:
millenium, century, decade, month, week
0.16009 2013-08-25T04:51:15Z
- Fix typos [pr #2] (dsteinbrunner)
- Migrate to using Minilla for packaging
0.16008 Fri Nov 25 09:20:00 2011
- Work with [+-]hh:mm:ss time offsets. Reported by Rod Tailor (rt #72706)
0.16007 Wed Dec 26 15:30:00 2012
- Fix ISO parsing (rt 51074, https://github.com/lestrrat/DateTime-Format-Pg/pull/1)
- Why I have not noticed this PR, I have no clue
0.16006 Fri May 27 09:00:00 2011
- Repository moved to github
- Postgres 8.4 apprently now allows infinity dates.
Applied patch by cmckay (rt #68473)
0.16005 Wed Jun 23 12:15:00 2010
- Fix edge case in fractional seconds (rt #58612).
Patch by Andrew Whatson
0.16004 Mon Jul 06 12:00:00 2009
- Ship with proper META.yml (rt #47604)
0.16003 Fri Mar 27 09:30:00 2009
- Fix handling of BC (rt #44594). Patch by Jonas Lijegren.
0.16002 Tue Aug 13 08:00:00 2008
- Remove non-ascii byte sequence from Pg.pm (sorry, Claus).
This fixes a failure report from CPAN testers
- Updated Module::Install while we're at it
0.16001 Tue May 22 21:00:00 2007
- Attempt to get this right (#27222, reported by GHENRY).
We now allow two hour digits to contain a preceding zero, but for
hours with more than 3 digits, a preceding zero is an error.
0.16 Tue May 22 12:00:00 2007
- Fix handling of intervals > 99 hours. (#27222, reported by GHENRY)
- Migrate to Module::Install
0.15 Fri Mar 23 12:00:00 2007
- Fix s/infinite/infinity/g (#25181, reported by Neil Bertram / CFAERBER))
0.14 Thu Mar 22 20:30:00 2007
- Fix self circling (format -> parse) (#25642, reported by ANDREMAR)
0.13 Mon Jul 10 16:00:00 2006
- stupid me cut n' pasted POD tests from other package. yuck.
0.12 Wed Jul 05 18:00:00 2006
- No code change.
- Add pod tests.
0.11 Sat Apr 01 07:09:00 2006
- Fix fractional seconds when formatting DT::Duration to Pg intervals
(bug #18487)
0.10 Sat Jan 07 09:40:00 2006
- Refactor parse_duration() + add tests (David Wheeler)
0.09 Fri Sep 03 06:00:00 2005
- support infinite, -infinite for parse_timestamp(tz) and format_datetime,
format_timestamp (Daisuke Maki)
0.08 Wed Mar 16 16:00:00 2005
- fixed parse_time (John Siracusa, bug #8516)
- format_interval was missing (CEESHEK, bug #11898)
- format_duration did not work as a class method (CEESHEK, bug #11898)
0.07 Sun Aug 08 00:00:00 2004
- fixed handling of numerical timezones without minutes
(reported by Daisuke Maki)
0.06 Sun Jun 20 00:00:00 2004
- use nanoseconds when formatting times (bug #6557)
0.05 Wed Jul 16 00:00:00 2003
- updated for DateTime 0.13 (use nanoseconds instead of
fractional_seconds)
0.04 Fri May 30 00:00:00 2003
- runs more happily while warnings are enabled (koschei)
- updated for DT::Format::Builder 0.72 (koschei/cfaerber)
0.03 Sun May 11 00:00:00 2003
- support for BC dates
- automatic tests (not complete)
- complete rewrite of time zone handling
- added methods to parse/format intervals
- make use of DT::Format::Builder's new features in 0.70
0.01 Sat Apr 19 00:00:00 2003
- original version; created by h2xs 1.22 with options
-X -n DateTime::Format::Pg
$Id: Changes 4436 2010-06-23 03:14:18Z lestrrat $