use_client_time_zone test

This commit is contained in:
Alexey Zatelepin 2016-11-16 22:01:45 +00:00
parent a4aae7e047
commit cbed811b95
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
2001-09-09 01:46:40

View File

@ -0,0 +1,3 @@
#!/bin/sh -e
TZ=UTC clickhouse --client --use_client_time_zone=1 --query="SELECT toDateTime(1000000000)"