-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
FrozenDueToAgeWaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.Issue is not actionable because of missing required information, which needs to be provided.
Description
What version of Go are you using (go version)?
$ go version go1.13
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (go env)?
go env Output
$ go env GOHOSTOS="linux"
What did you do?
On 2019-10-18, run time.Now().Format("2006-01-01") (instead of the correct magic string "2006-01-02")
What did you expect to see?
- Go magically understands the format and returns the correct time with this format.
or - It complains the given format string is unexpected, either during compiling or at run time.
What did you see instead?
It returns a wrong time "2019-10-10".
tv42
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeWaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.Issue is not actionable because of missing required information, which needs to be provided.