mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added test for fixed bad behaviour [#CLICKHOUSE-2765]. https://github.com/yandex/ClickHouse/pull/183#discussion_r87731018
This commit is contained in:
parent
25d87ff135
commit
579667cef3
@ -0,0 +1,7 @@
|
||||
1301146200 2011-03-27 00:30:00
|
||||
1301148000 2011-03-27 01:00:00
|
||||
1301149800 2011-03-27 01:30:00
|
||||
1301151600 2011-03-27 02:00:00
|
||||
1301153400 2011-03-27 02:30:00
|
||||
1301155200 2011-03-27 03:00:00
|
||||
1301157000 2011-03-27 03:30:00
|
@ -0,0 +1 @@
|
||||
SELECT 1301146200 + 1800 * number AS ts, toString(toDateTime(ts), 'Australia/Sydney') AS time_in_sydney FROM system.numbers LIMIT 7;
|
Loading…
Reference in New Issue
Block a user