module Time::ISO8601Converter
Defined in:
schema/ext/time/iso8601_converter.crClass Method Summary
-
.from_http_param(value : String) : Time
Parse
Time
from an HTTP param as time timestamp. -
.to_http_param(value : Time, builder : HTTP::Params::Builder, key : String)
Put value as a time timestamp into the builder at key.
-
.to_http_param(value : Time)
Return value as a time timestamp string.
Class Method Detail
Parse Time
from an HTTP param as time timestamp.
Put value as a time timestamp into the builder at key.