diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-07-23 14:25:34 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-07-23 14:25:34 +0000 |
commit | 3dbbbbf8e98329e1eea9920436defc64af3594d3 (patch) | |
tree | 38d2b294496f12135a7b01e6d3da99912d72b5bf /src/backend/access/transam/xlog.c | |
parent | 6c61b0d93cd5378bfb64959b9e738fe02413cefe (diff) | |
download | postgresql-3dbbbbf8e98329e1eea9920436defc64af3594d3.tar.gz postgresql-3dbbbbf8e98329e1eea9920436defc64af3594d3.zip |
Andrew pointed out that the current fix didn't handle dates that were
near daylight savings time boudaries. This handles it properly, e.g.
test=> select '2005-04-03 04:00:00'::timestamp at time zone
'America/Los_Angeles';
timezone
------------------------
2005-04-03 07:00:00-04
(1 row)
Diffstat (limited to 'src/backend/access/transam/xlog.c')
0 files changed, 0 insertions, 0 deletions