DateTime::Format::Pg problem

2003-07-15 Thread Alex Boster
DateTime::Format::Pg dies when I parse an ISO date. Can anyone point me in the right direction? I looked at the module's code, and I can't find the problem. The regex should match and fractional_seconds is in fact on the params list. [EMAIL PROTECTED] aboster]$ cat dt_test.pl

Re: DateTime::Format::Pg problem

2003-07-15 Thread Ben Bennett
fractional_seconds is deprecated... nanoseconds have to be specified separately. I dunno if Pg has been updated to use the new interface yet. -ben On Tue, Jul 15, 2003 at 12:30:39PM -0700, Alex Boster wrote: DateTime::Format::Pg dies when I parse an ISO date. Can anyone