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
OK, reading through RFC3339, it looks like you are required to put a -/+ for the time-offset, so this is an unexpected, but correct behavior, unfortunately. 😞
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes. This is also reproducible in the Playground: https://play.golang.org/p/smwSOLsFO7I
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
https://play.golang.org/p/smwSOLsFO7I
What did you expect to see?
I expected to see
time.RFC3339
being parsed correctly into atime.Time
.What did you see instead?
I get an error that the input string
time.RFC3339
is not actually parsable astime.RFC3339
.The text was updated successfully, but these errors were encountered: