Re: pgsql's datetime perl equivalent ? - Mailing list pgsql-hackers

From Greg Sabino Mullane
Subject Re: pgsql's datetime perl equivalent ?
Date
Msg-id E16Fn1B-0001PA-00@blount.mail.mindspring.net
Whole thread Raw
In response to pgsql's datetime perl equivalent ?  (Oleg Bartunov <oleg@sai.msu.su>)
List pgsql-hackers
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> 'Mon, 23 Nov 1998 08:37:16 -5:00' if fine for postgresql but
> produces error in Date::Parse :-)

Date::Parse is not parsing it because of your timezone: "-5:00"
is not legal; according to ISO 8601 it should be one of:
+HH:MM, +HH, -HH:MM, -HH
(see the TIMEZONES section in perldoc Date::Manip for a complete list)

Just add a zero before the five and Date::Manip and postgresql 
will be more than happy to play with the date.

Greg Sabino Mullane
greg@turnstep.com
PGP Key: 0x14964AC8 200112162039

-----BEGIN PGP SIGNATURE-----
Comment: http://www.turnstep.com/pgp.html

iD8DBQFyqV9gvJuQZxSWSsgRAhtpAKCxCr1+jnNPOHXd4c0kGQTSDWJVWACg/t16
Sdw0ayy+FfS0Bueywx0SvHc=
=qETw
-----END PGP SIGNATURE-----




pgsql-hackers by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: unexpected SIGALRM
Next
From: Peter Harvey
Date:
Subject: ODBC on OSX