01766: Use a date without timezone changes

This commit is contained in:
Raúl Marín 2021-08-18 12:14:00 +02:00
parent a2ffc2f896
commit d9e3adf3d5
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2021-03-22 00:00:00.000
2021-03-23 00:00:00.000

View File

@ -1 +1 @@
SELECT toDateTime64('2021-03-22', 3);
SELECT toDateTime64('2021-03-23', 3);