るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.076秒)
トップページ > バージョン:2.1.0[x] > クエリ:String[x] > クエリ:b[x] > クエリ:time_format[x] > 種類:定数[x]

別のキーワード

  1. string b
  2. _builtin b
  3. b string
  4. b _builtin
  5. b

ライブラリ

モジュール

検索結果

WEBrick::AccessLog::CLF_TIME_FORMAT -> String (27628.0)

Apache のアクセスログと同じ時刻の形式を表す文字列です。

Apache のアクセスログと同じ時刻の形式を表す文字列です。

@return 以下の文字列を返します。
//emlist{{
"[%d/%b/%Y:%H:%M:%S %Z]"
//}}