The ISO 8601 time format.
Time::Format::ISO_8601_TIME.format(Time.utc(2016, 2, 15, 4, 35, 50)) # => "04:35:50Z"
Time::Format::ISO_8601_TIME.parse("04:35:50Z") # => 0001-01-01 04:35:50Z Formats a Time into the given io.
Parses a string into a Time.
Parses a string into a Time.
© 2012–2026 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/1.19.0/Time/Format/ISO_8601_TIME.html