Merge pull request #27810 from Algunenano/01766fix

01766_todatetime64_no_timezone_arg: Use a date without timezone changes
This commit is contained in:
alexey-milovidov 2021-08-19 00:18:53 +03:00 committed by GitHub
commit c6bcd48bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);