Ruby/Time/ctime
Материал из Wiki.crossplatform.ru
Версия от 17:57, 13 сентября 2010; ViGOur (Обсуждение | вклад)
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"