module Time::Format::RFC_3339 ¶ The RFC 3339 datetime format (ISO 8601 profile). Class methods¶ .format(time : Time, io : IO, fraction_digits = 0) ¶ Formats a Time into the given io. View source .format(time : Time, fraction_digits = 0) ¶ Formats a Time into a String. View source .parse(string, location = Time::Location::UTC) : Time ¶ Parses a string into a Time. View source