Update 01497_now_support_timezone.sql

This commit is contained in:
alexey-milovidov 2020-09-30 03:45:57 +03:00 committed by GitHub
parent 6d5cd95d3f
commit c7fe323373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1 @@
SELECT toHour(now('Asia/Shanghai')) - toHour(now('UTC'));
SELECT (toHour(now('Asia/Shanghai')) - toHour(now('UTC'))) IN (8, -16);