You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, SELECT * FROM t_foo FOR SYSTEM_TIME AS OF '2000-02-29T12:13:14'; will use the UTC+0 time zone.
To ensure consistency with other RW usages of timestamps, it should adhere to the SET TIME ZONE directive.
Error message/log
No response
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently,
SELECT * FROM t_foo FOR SYSTEM_TIME AS OF '2000-02-29T12:13:14';
will use the UTC+0 time zone.To ensure consistency with other RW usages of timestamps, it should adhere to the SET TIME ZONE directive.
Error message/log
No response
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: