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 = 0)
Formats a
Time
into the given io. - .format(time : Time, fraction_digits = 0) : String
- .parse(string, location = Time::Location::UTC) : Time
Parses a string into a
Time
.
Class Method Detail
© 2012–2021 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/1.2.1/Time/Format/RFC_3339.html