Jim Hatcher (jhatcher9999) commented:
In the Postgres docs, it's possible to get a list of all acceptable TZ codes: https://www.postgresql.org/docs/7.2/timezones.html
I can't find a list like that in the CRDB docs, but I think it would be helpful.
We accept some codes like: EST & MST
But, we don't accept other standard codes like: PST & CST
We do accept "America/Chicago" but don't accept "America/New York"
So, it would be helpful to have a definitive list of codes with the corresponding offset values (the way it is in that PG doc abolve)
Jira Issue: DOC-6448
Jim Hatcher (jhatcher9999) commented:
In the Postgres docs, it's possible to get a list of all acceptable TZ codes: https://www.postgresql.org/docs/7.2/timezones.html
I can't find a list like that in the CRDB docs, but I think it would be helpful.
We accept some codes like: EST & MST
But, we don't accept other standard codes like: PST & CST
We do accept "America/Chicago" but don't accept "America/New York"
So, it would be helpful to have a definitive list of codes with the corresponding offset values (the way it is in that PG doc abolve)
Jira Issue: DOC-6448