module Time::Format::RFC_3339

Overview

The RFC 3339 datetime format (ISO 8601 profile).

Defined in:

time/format/custom/rfc_3339.cr

Class Method Summary

Class Method Detail

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

Formats a Time into the given io.


[View source]
def self.format(time : Time, fraction_digits = nil) #

Formats a Time into a String.


[View source]
def self.parse(string, location = Time::Location::UTC) : Time #

Parses a string into a Time.


[View source]