提交 22aa593d 编写于 作者: A Alexey Milovidov

Fixed global variable buffer read overflow [#CLICKHOUSE-4191]

上级 ae1b748b
0 xxxx-xx-xx xx:xx:xx 1 xxxx-xx-xx xx:xx:xx; xx:xx:xx; xxxx-xx-xx xx:xx:xx
-- See comment in DateLUTImpl.cpp: "We doesn't support cases when time change results in switching to previous day..."
SELECT
ignore(toDateTime(370641600, 'Europe/Moscow') AS t),
replaceRegexpAll(toString(t), '\\d', 'x'),
toHour(t) < 24,
replaceRegexpAll(formatDateTime(t, '%Y-%m-%d %H:%M:%S; %R:%S; %F %T'), '\\d', 'x');
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册