![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The documentation says the time with time zone datatype allows zone offsets from +12 to -12. |
#3
| |||
| |||
|
|
Kris Jurka <books (AT) ejurka (DOT) com> writes: The documentation says the time with time zone datatype allows zone offsets from +12 to -12. I see noplace that opines on this at all ... |
#4
| |||
| |||
|
|
This allows: jurka=# set timezone to 'Etc/GMT-14'; SET jurka=# select '00:00:00'::timetz; timetz ------------- 00:00:00+14 (1 row) but this is not an allowed value: jurka=# select '00:00:00+14'::timetz; ERROR: time zone displacement out of range: "00:00:00+14" |
![]() |
| Thread Tools | |
| Display Modes | |
| |