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