module Time::Format::ISO_8601_DATE_TIME
Overview
The ISO 8601 date time format.
Defined in:
time/format/custom/iso_8601.crClass Method Summary
- 
        .format(time : Time, io : IO)
        
          
Formats a
Timeinto the given io. - .format(time : Time)
 - 
        .parse(string, location : Time::Location? = Time::Location::UTC) : Time
        
          
Parses a string into a
Time. 
Class Method Detail
Parses a string into a Time.