module Time::Format::RFC_3339
Overview
The RFC 3339 datetime format (ISO 8601 profile).
Defined in:
time/format/custom/rfc_3339.crClass Method Summary
- 
        .format(time : Time, io : IO, fraction_digits = nil)
        
          
Formats a
Timeinto the given io. - .format(time : Time, fraction_digits = nil)
 - 
        .parse(string, location = Time::Location::UTC) : Time
        
          
Parses a string into a
Time. 
Class Method Detail
Formats a Time into the given io.
Parses a string into a Time.