module Halite::Helper

Defined in:

halite.cr

Class Method Summary

Class Method Detail

def self.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


def self.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