module Time::Format::HTTP_DATE
Defined in:
time/format/custom/http_date.crClass Method Summary
-
.format(time : Time, io : IO)
Formats a
Time
into the given io. - .format(time : Time)
-
.parse(string, location = Time::Location::UTC) : Time
Parses a string into a
Time
.
Class Method Detail
Formats a Time
into the given io.
time is always converted to UTC.
Parses a string into a Time
.