module

Halite::Helper

Class methods

to_rfc3339(time : Time, io : IO, *, timezone = ENV["TZ"]?, fraction_digits : Int = 0)

Parses a Time into a RFC 3339 datetime format string to IO (ISO 8601 profile).

Load Enviroment named "TZ" as high priority

Source
to_rfc3339(time : Time, *, timezone = ENV["TZ"]?, fraction_digits : Int = 0)

Parses a Time into a RFC 3339 datetime format string (ISO 8601 profile).

Load Enviroment named "TZ" as high priority

Source