Re: Timestamp to time_t

From: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
To: Kevin(dot)Grittner(at)wicourts(dot)gov ("Kevin Grittner"), "Scott Mohekey" <scott(dot)mohekey(at)telogis(dot)com>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Timestamp to time_t
Date: 2009-09-15 15:10:43
Message-ID: 87ljkg5jm4.fsf@news-spur.riddles.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>>>> ""Kevin" == "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov> writes:

Kevin> TIMESTAMP WITH TIME ZONE is not completely ANSI-compliant,

Given that the spec requires that 2009-01-31 + interval 1 month = 2009-02-31
(yes, really! see general rule 4 in subsection 6.30), I think we can safely
ignore virtually everything it says about date/time handling.

--
Andrew (irc:RhodiumToad)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jonah H. Harris 2009-09-15 15:14:39 Re: PGCluster-II Progress
Previous Message Peter Eisentraut 2009-09-15 15:08:42 Re: errcontext support in PL/Perl