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
related issue pingcap/tidb#35054.
If a DateTime has a fraction and 'Z' like 2022-06-02T10:10:10.123Z, the parse function will return Incorrect datetime value.
Bug Report
related issue pingcap/tidb#35054.
If a DateTime has a fraction and 'Z' like
2022-06-02T10:10:10.123Z, theparsefunction will returnIncorrect datetime value.