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
What is the bug?
Date/time run in one query may result in different results within the date and time functions in datetime.
How can one reproduce the bug?
run SELECT DATE(TIME("10:32:30")), DATE(TIME("10:32:30")) on border of day and observe that dates can differ.
What is the expected behavior?
One query should result in one uniform date/time used as a result from all. The exam same date/time should be used for all values.
Do you have any additional context?
Fix may involve #1047.
The text was updated successfully, but these errors were encountered:
DATE function is not updated yet. If you call SELECT DATE(TIME("10:32:30")), DATE(TIME("10:32:30")) on the very edge of two days, you get different results.
What is the bug?
Date/time run in one query may result in different results within the
date
andtime
functions in datetime.How can one reproduce the bug?
run
SELECT DATE(TIME("10:32:30")), DATE(TIME("10:32:30"))
on border of day and observe that dates can differ.What is the expected behavior?
One query should result in one uniform date/time used as a result from all. The exam same date/time should be used for all values.
Do you have any additional context?
Fix may involve #1047.
The text was updated successfully, but these errors were encountered: