1Revision history for Perl extension DateTime::Format::Pg.
2
30.16007  Fri Nov 25 09:20:00 2011
4    - Work with [+-]hh:mm:ss time offsets. Reported by Rod Tailor (rt #72706)
5
60.16006  Fri May 27 09:00:00 2011
7    - Repository moved to github
8    - Postgres 8.4 apprently now allows infinity dates. 
9      Applied patch by cmckay (rt #68473)
10
110.16005  Wed Jun 23 12:15:00 2010
12    - Fix edge case in fractional seconds (rt #58612).
13      Patch by Andrew Whatson
14
150.16004  Mon Jul 06 12:00:00 2009
16    - Ship with proper META.yml (rt #47604)
17
180.16003  Fri Mar 27 09:30:00 2009
19    - Fix handling of BC (rt #44594). Patch by Jonas Lijegren.
20
210.16002  Tue Aug 13 08:00:00 2008
22    - Remove non-ascii byte sequence from Pg.pm (sorry, Claus).
23      This fixes a failure report from CPAN testers
24    - Updated Module::Install while we're at it
25
260.16001  Tue May 22 21:00:00 2007
27    - Attempt to get this right (#27222, reported by GHENRY).
28      We now allow two hour digits to contain a preceding zero, but for
29      hours with more than 3 digits, a preceding zero is an error.
30
310.16  Tue May 22 12:00:00 2007
32    - Fix handling of intervals > 99 hours. (#27222, reported by GHENRY)
33    - Migrate to Module::Install
34
350.15  Fri Mar 23 12:00:00 2007
36    - Fix s/infinite/infinity/g (#25181, reported by Neil Bertram / CFAERBER))
37
380.14  Thu Mar 22 20:30:00 2007
39    - Fix self circling (format -> parse) (#25642, reported by ANDREMAR)
40
410.13  Mon Jul 10 16:00:00 2006
42    - stupid me cut n' pasted POD tests from other package. yuck.
43
440.12  Wed Jul 05 18:00:00 2006
45    - No code change.
46    - Add pod tests.
47
480.11  Sat Apr 01 07:09:00 2006
49    - Fix fractional seconds when formatting DT::Duration to Pg intervals
50      (bug #18487)
51
520.10  Sat Jan 07 09:40:00 2006
53    - Refactor parse_duration() + add tests (David Wheeler)
54
550.09  Fri Sep 03 06:00:00 2005
56    - support infinite, -infinite for parse_timestamp(tz) and format_datetime,
57      format_timestamp (Daisuke Maki)
58
590.08  Wed Mar 16 16:00:00 2005
60	- fixed parse_time (John Siracusa, bug #8516)
61	- format_interval was missing (CEESHEK, bug #11898)
62	- format_duration did not work as a class method (CEESHEK, bug #11898)
63
640.07  Sun Aug 08 00:00:00 2004
65	- fixed handling of numerical timezones without minutes
66	  (reported by Daisuke Maki)
67
680.06  Sun Jun 20 00:00:00 2004
69        - use nanoseconds when formatting times (bug #6557)
70
710.05  Wed Jul 16 00:00:00 2003
72	- updated for DateTime 0.13 (use nanoseconds instead of
73	  fractional_seconds)
74
750.04  Fri May 30 00:00:00 2003
76	- runs more happily while warnings are enabled (koschei)
77	- updated for DT::Format::Builder 0.72 (koschei/cfaerber)
78
790.03  Sun May 11 00:00:00 2003
80	- support for BC dates
81	- automatic tests (not complete)
82	- complete rewrite of time zone handling
83	- added methods to parse/format intervals
84	- make use of DT::Format::Builder's new features in 0.70
85
860.01  Sat Apr 19 00:00:00 2003
87	- original version; created by h2xs 1.22 with options
88		-X -n DateTime::Format::Pg
89
90$Id: Changes 4436 2010-06-23 03:14:18Z lestrrat $
91