DatumToHLC
truncates timestamp
#84605
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
AS OF SYSTEM TIME
is parsing string input as timestamp instead of timestamptz so the time zone is being truncated.Example:
AS OF SYSTEM TIME '2022-07-18 09:51:23.891433-04:00'
is treated as
AS OF SYSTEM TIME '2022-07-18 09:51:23.891433'
instead of
AS OF SYSTEM TIME '2022-07-18 13:51:23.891433'
Happening in master as of
116c5aae8c319a3cdb23e19adadf62b765e66f12
.Jira issue: CRDB-17761
Epic CRDB-14049
The text was updated successfully, but these errors were encountered: