Add explicit session_timezone to UTC

This commit is contained in:
shiyer7474 2024-08-18 15:10:35 +00:00
parent b82c231886
commit 29fd5a6c90

View File

@ -1,4 +1,5 @@
-- Tags: shard
set session_timezone = 'UTC'; -- don't randomize the session timezone
select *, (select toDateTime64(0, 3)) from remote('127.0.0.1', system.one) settings prefer_localhost_replica=0;
select *, (select toDateTime64(5, 3)) from remote('127.0.0.1', system.one) settings prefer_localhost_replica=0;