module Time::Format::ISO_8601_TIME

Overview

The ISO 8601 time format.

Defined in:

Class Method Summary

Class Method Detail

def self.format(time : Time, io : IO) #

Formats a Time into the given io.


def self.format(time : Time) #

Formats a Time into a String.


def self.parse(string, location : Time::Location? = Time::Location::UTC) : Time #

Parses a string into a Time.