format_datetime(time) -> StringRuby 1.9.3 から[permalink][rdoc][edit]-
時刻オブジェクトを IMAP の日付時刻フォーマットでの文字列に変換します
require 'net/imap' p Net::IMAP.format_datetime(Time.new(2011, 6, 20, 13, 20, 1)) # => "20-Jun-2011 13:20 +0900"- [PARAM]
time: - 変換する時刻オブジェクト
- [PARAM]