An email message format time output. : ctime « Time « Ruby






An email message format time output.


local_time = Time.local( 2007, "jan", 30, 1, 15, 20 )

local_time.ctime # => "Tue Jan 30 01:15:20 2007"

 

Related examples in the same category