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 Date type claims being able to parse RFC3339, but actually uses a short format string. In Go 1.16.2, this fails with parse errors when the input string is RFC3339. I don't know if that's a later breaking change, or was always this way. Either way, it might be useful to actually support both.
The text was updated successfully, but these errors were encountered:
The
Date
type claims being able to parse RFC3339, but actually uses a short format string. In Go1.16.2
, this fails with parse errors when the input string is RFC3339. I don't know if that's a later breaking change, or was always this way. Either way, it might be useful to actually support both.The text was updated successfully, but these errors were encountered: