module

Time::LocalConverter

Constants

FORMAT = "%Y-%m-%dT%H:%M"

Class methods

from_http_param(value : String) : Time

Parse Time from an HTTP param as time timestamp.

Source
to_http_param(value : Time, builder : HTTP::Params::Builder, key : String)

Put value as a time timestamp into the builder at key.

Source
to_http_param(value : Time)

Return value as a time timestamp string.

Source