We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please answer these questions before submitting your issue. Thanks!
SET time_zone = '-7:00'; create table t(col0 timestamp not null); insert into t values('1969-12-31 17:00:01.0');
normal
Data truncation: invalid time format: '{1969 12 31 17 0 1 0}'
tidb-server -V
select tidb_version();
Can be reproduced in both v2.0.11 and v2.1.15
v2.0.11
v2.1.15
The text was updated successfully, but these errors were encountered:
Hi @birdstorm , this issue is closed by #13614, thank you for reporting!
Sorry, something went wrong.
No branches or pull requests
Bug Report
Please answer these questions before submitting your issue. Thanks!
If possible, provide a recipe for reproducing the error.
normal
tidb-server -V
or runselect tidb_version();
on TiDB)?Can be reproduced in both
v2.0.11
andv2.1.15
The text was updated successfully, but these errors were encountered: