sql: timezones after 2038 use incorrect DST settings #45001
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Cockroach stops propagating DST after 2037:
Compared to postgres:
This is actually not resolvable after #36864 since it is the parsing of golang's time data does not consider "extended" information, and in order to use
In
, we have to give atime.Location
which is a private struct which can only be made internally in thetime.Location
package.This will be addressed in Golang by golang/go#36654, but requires a cockroach golang upgrade after the fix for this issue is merged in.
Jira issue: CRDB-5185
The text was updated successfully, but these errors were encountered: