public inbox for [email protected]  
help / color / mirror / Atom feed
From: Greg Sabino Mullane <[email protected]>
To: [email protected]
Subject: Re: pgsql's datetime perl equivalent ?
Date: Tue, 17 Dec 2030 01:52:07 -0000
Message-ID: <[email protected]> (raw)


-----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
[email protected]
PGP Key: 0x14964AC8 200112162039

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

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





view thread (2+ messages)

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: pgsql's datetime perl equivalent ?
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox