module Time::Format::RFC_3339
Defined in:
Class Method Summary
-
.format(time : Time, io : IO, fraction_digits = nil)
Formats a
Time
into the given io. - .format(time : Time, fraction_digits = nil)
-
.parse(string, location = Time::Location::UTC) : Time
Parses a string into a
Time
.