module Halite::Helper
Defined in:
halite.crClass Method Summary
- .to_rfc3339(time : Time, io : IO, *, timezone = ENV["TZ"]?, fraction_digits : Int = 0)
- .to_rfc3339(time : Time, *, timezone = ENV["TZ"]?, fraction_digits : Int = 0)
Class Method Detail
Parses a Time
into a RFC 3339 datetime format string to IO
(ISO 8601 profile).
Load Enviroment named "TZ" as high priority