aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-03-02 00:10:36 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-03-02 00:10:36 +0000
commita27e4ecda98f6b3f6e586179e3e977d61d99a144 (patch)
treedc6e52d6e8362319adc381dc6d09030b262b766a
parentb97c70e18e26c097486e8d269d5fc335999ee8b7 (diff)
downloadpostgresql-a27e4ecda98f6b3f6e586179e3e977d61d99a144.tar.gz
postgresql-a27e4ecda98f6b3f6e586179e3e977d61d99a144.zip
Venezuela Time now means UTC-4:30, not UTC-4:00. Adjust our treatment
of "VET" accordingly. Per bug #3997 from Aaron Mizrachi.
-rw-r--r--src/timezone/tznames/America.txt4
-rw-r--r--src/timezone/tznames/Default4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/timezone/tznames/America.txt b/src/timezone/tznames/America.txt
index c27a175c851..9e8c3ce255c 100644
--- a/src/timezone/tznames/America.txt
+++ b/src/timezone/tznames/America.txt
@@ -4,7 +4,7 @@
# a template for timezones you could need. See the `Date/Time Support'
# appendix in the PostgreSQL documentation for more information.
#
-# $PostgreSQL: pgsql/src/timezone/tznames/America.txt,v 1.2.2.1 2008/01/02 21:42:09 tgl Exp $
+# $PostgreSQL: pgsql/src/timezone/tznames/America.txt,v 1.2.2.2 2008/03/02 00:10:36 tgl Exp $
#
# Acre time is sometimes called Acre Standard Time (AST) which leads to a
@@ -296,7 +296,7 @@ SRT -10800 # Suriname Time
# (America/Paramaribo)
UYST -7200 D # Uruguay Summer Time (not in zic)
UYT -10800 # Uruguay Time (not in zic)
-VET -14400 # Venezuela Time
+VET -16200 # Venezuela Time (caution: this used to mean -14400)
# (America/Caracas)
WGST -7200 D # Western Greenland Summer Time
# (America/Godthab)
diff --git a/src/timezone/tznames/Default b/src/timezone/tznames/Default
index b4ebca435e8..49bab8f5b40 100644
--- a/src/timezone/tznames/Default
+++ b/src/timezone/tznames/Default
@@ -4,7 +4,7 @@
# timezone_abbreviations to 'Default'. See the `Date/Time Support'
# appendix in the PostgreSQL documentation for more information.
#
-# $PostgreSQL: pgsql/src/timezone/tznames/Default,v 1.2.2.2 2008/01/02 21:42:09 tgl Exp $
+# $PostgreSQL: pgsql/src/timezone/tznames/Default,v 1.2.2.3 2008/03/02 00:10:36 tgl Exp $
#################### AFRICA ####################
@@ -224,7 +224,7 @@ PYT -14400 # Paraguay Time
# (America/Asuncion)
UYST -7200 D # Uruguay Summer Time (not in zic)
UYT -10800 # Uruguay Time (not in zic)
-VET -14400 # Venezuela Time
+VET -16200 # Venezuela Time (caution: this used to mean -14400)
# (America/Caracas)
WGST -7200 D # Western Greenland Summer Time
# (America/Godthab)