quick Date question - Mailing list pgsql-hackers

From Jackson, DeJuan
Subject quick Date question
Date
Msg-id F10BB1FAF801D111829B0060971D839F6A84DF@cpsmail
Whole thread Raw
List pgsql-hackers
select '12/13/1901 18:00:00 CST'::datetime;
?column?                    
----------------------------
Fri Dec 13 18:00:00 1901 CST
(1 row)

select '12/13/1901 17:59:59 CST'::datetime;
?column?                
------------------------
Fri Dec 13 23:59:59 1901
(1 row)


Why???


pgsql-hackers by date:

Previous
From: Michael Davis
Date:
Subject: RE: [GENERAL] Transaction logging
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] postmaster failure with 2-23 snapshot