You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
What did you do?
If possible, provide a recipe for reproducing the error.
I am in the -8:00 time zone.
➜ work date -R
Tue, 19 Nov 2019 15:51:45 -0800
With the following operation, I meet the invalid time format issue.
use test;
set @@time_zone = '+0:00';
SELECT @@global.time_zone, @@session.time_zone;
create table t (ts timestamp);
insert into t values ("2018-03-11 02:00:16");
Bug Report
Please answer these questions before submitting your issue. Thanks!
If possible, provide a recipe for reproducing the error.
I am in the
-8:00
time zone.With the following operation, I meet the invalid time format issue.
tidb-server -V
or runselect tidb_version();
on TiDB)?The text was updated successfully, but these errors were encountered: