Actions
Feature #17544
closed`Time#strftime` supports RFC 3339 UTC for unknown offset local time
Feature #17544:
`Time#strftime` supports RFC 3339 UTC for unknown offset local time
Status:
Closed
Assignee:
-
Target version:
-
Description
In RFC 3339, -00:00 is used for the time in UTC is known, but the offset to local time is unknown.
Support that representation by -
flag for z
at Time#strftime
.
Actions