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
createtabletest (
tz timestamptz
);
insert into test values ('0001-01-01 00:00:00Z');
will cause Parse error: Can't cast string to timestamp (expected format is YYYY-MM-DD HH:MM:SS[.D+{up to 6 digits}] or YYYY-MM-DD HH:MM or YYYY-MM-DD or ISO 8601 format). '1969-01-01 00:00:00Z' is ok.
will cause
Parse error: Can't cast string to timestamp (expected format is YYYY-MM-DD HH:MM:SS[.D+{up to 6 digits}] or YYYY-MM-DD HH:MM or YYYY-MM-DD or ISO 8601 format)
.'1969-01-01 00:00:00Z'
is ok.Originally posted by @xuefengze in #13496 (comment)
The text was updated successfully, but these errors were encountered: