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