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
The JSON transform calls command.InferTypeFromString() which recognizes timestamptz and timestamp types using regular expressions. The timestamptz regular expression does not allow for the fractional time zone part of:
2009-01-07T23:59:59-07:00
The regular expression should be extended to support this, or another approach found.
The text was updated successfully, but these errors were encountered:
The JSON transform calls
command.InferTypeFromString()
which recognizestimestamptz
andtimestamp
types using regular expressions. Thetimestamptz
regular expression does not allow for the fractional time zone part of:The regular expression should be extended to support this, or another approach found.
The text was updated successfully, but these errors were encountered: