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
What version of Go are you using (go version)?
go version go1.5.3 linux/amd64
What operating system and processor architecture are you using (go env)?
GOHOSTARCH="amd64"
GOHOSTOS="linux"
What did you do?
Parsing RFC1123 the 4digit timezone exhibit different behavior depending on local timezone.
On my laptop set to PDT, the result is expected.
On a server set to UTC, the result is +0000 PDT (same behavior as https://play.golang.org/p/Tlbt2g24Fb)
What did you expect to see?
2016-07-26 03:34:46 -0700 PDT
What did you see instead?
2016-07-26 03:34:46 +0000 PDT