-
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
the code: RFC3339Nano = "2006-01-02T15:04:05.999999999Z07:00"
Line 83 in 32e789f
| RFC3339Nano = "2006-01-02T15:04:05.999999999Z07:00" |
In the definition of RFC3339(https://www.ietf.org/rfc/rfc3339.txt), there is a clear explanation of character “Z”. It means no UTC offset when "Z" appeared.
Z A suffix which, when applied to a time, denotes a UTC
offset of 00:00; often spoken "Zulu" from the ICAO
phonetic alphabet representation of the letter "Z".
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.