module Time::Format::RFC_2822

Defined in:

time/format/custom/rfc_2822.cr

Class Method Summary

Class Method Detail

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

Formats a Time into the given io.


[View source]
def self.format(time : Time) #

Formats a Time into a String.


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

Parses a string into a Time.


[View source]