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
time.Time implements encoding.TextUnmarshaler and encoding.TextMarshaler as unquoted RFC3339 (see source): https://go.dev/play/p/91Czuy75Xwl.
Why would you expect it to be quoted?
(Below is example without 'Z')
Actual:
date: 2020-04-15T00:00:00
Expecting:
date: '2020-04-15T00:00:00'
The text was updated successfully, but these errors were encountered: