forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit28454c2
committed
From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
Subject: Re: [HACKERS] abstime "now" brokenYes, I broke 'now' :( with an attempt at a bug fix involvingservers running in the UTC/GMT timezone. These patches fixthe problem, and have been tested in GMT (+00 hours),PST (-08), and NZT (+12) timezones which exercized the code forvarious cases including across day boundaries. btw, this codefixes the same type of problem for 'today', 'yesterday', 'tomorrow',for DATETIME, ABSTIME, DATE and TIME types.The bugfix itself is quite small, but I have accumulated otherchanges in the datetime data type and include them here also.One set of changes involves printing ISO-formatted dates andis in response to the helpful information from Kurt Lidl regardingANSI SQL dates. I'll send another e-mail sometime soon discussingmore issues he has raised...1 parent159f8c6 commit28454c2
3 files changed
+71
-139
lines changed0 commit comments
Comments
(0)