diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-10-17 21:03:21 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-10-17 21:03:21 +0000 |
commit | 022fd99668d7c758b1d17952c46b80529776ce0d (patch) | |
tree | c9d5ec03c254e2a2dee0a83976d08eabc6fc487a /src/backend/commands/dbcommands.c | |
parent | d58f09e6b3f45d43562c2fc9a34327acb526aced (diff) | |
download | postgresql-022fd99668d7c758b1d17952c46b80529776ce0d.tar.gz postgresql-022fd99668d7c758b1d17952c46b80529776ce0d.zip |
Fix up some problems in handling of zic-style time zone names in datetime
input routines. Remove the former "DecodePosixTimezone" function in favor of
letting the zic code handle POSIX-style zone specs (see tzparse()). In
particular this means that "PST+3" now means the same as "-03", whereas it
used to mean "-11" --- the zone abbreviation is effectively just a noise word
in this syntax. Make sure that all named and POSIX-style zone names will be
parsed as a single token. Fix long-standing bogosities in printing and input
of fractional-hour timezone offsets (since the tzparse() code will accept
these, we'd better make 'em work). Also correct an error in the original
coding of the zic-zone-name patch: in "timestamp without time zone" input,
zone names are supposed to be allowed but ignored, but the coding was such
that the zone changed the interpretation anyway.
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions