ClickHouse/tests/queries/0_stateless/01802_toDateTime64_large_values.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
368 B
MySQL
Raw Normal View History

-- { echo }
SELECT toDateTime64('2205-12-12 12:12:12', 0, 'UTC');
2022-03-11 23:45:26 +00:00
SELECT toDateTime64('2205-12-12 12:12:12', 0, 'Asia/Istanbul');
2022-03-11 23:45:26 +00:00
SELECT toDateTime64('2205-12-12 12:12:12', 6, 'Asia/Istanbul');
2023-07-15 01:17:18 +00:00
SELECT toDateTime64('2205-12-12 12:12:12', 6, 'Asia/Istanbul');
SELECT toDateTime64('2299-12-31 23:59:59', 3, 'UTC');
SELECT toDateTime64('2299-12-31 23:59:59', 3, 'UTC');