ライブラリ
- ビルトイン (295)
-
cgi
/ util (12) - date (228)
- etc (12)
- monitor (310)
-
rubygems
/ command (24) -
rubygems
/ server (12) - socket (48)
- syslog (12)
- time (24)
-
webrick
/ accesslog (12) -
webrick
/ server (12)
クラス
- CGI (12)
- Date (156)
- DateTime (72)
-
Gem
:: Command (24) -
Gem
:: Server (12) - Monitor (114)
-
MonitorMixin
:: ConditionVariable (60) - Socket (24)
- Time (235)
モジュール
- Etc (12)
- MonitorMixin (100)
- Process (84)
-
Socket
:: Constants (24) -
Syslog
:: Facility (12) -
WEBrick
:: AccessLog (12)
キーワード
-
CLOCK
_ MONOTONIC (12) -
CLOCK
_ MONOTONIC _ COARSE (12) -
CLOCK
_ MONOTONIC _ FAST (12) -
CLOCK
_ MONOTONIC _ PRECISE (12) -
CLOCK
_ MONOTONIC _ RAW (12) -
CLOCK
_ MONOTONIC _ RAW _ APPROX (12) -
COMMON
_ LOG _ FORMAT (12) - ConditionVariable (12)
- Daemon (12)
-
IFF
_ MASTER _ ARPMON (24) -
IFF
_ MONITOR (24) -
LOG
_ DAEMON (12) - Monitor (12)
- MonitorMixin (12)
-
RFC822
_ MONTHS (12) -
SC
_ MONOTONIC _ CLOCK (12) -
_ strptime (24) -
add
_ common _ option (12) - broadcast (12)
- civil (24)
- daemon (12)
- enter (12)
- exit (12)
- gm (24)
- httpdate (24)
- local (24)
- mktime (24)
-
mon
_ check _ owner (6) -
mon
_ enter (18) -
mon
_ exit (18) -
mon
_ locked? (14) -
mon
_ owned? (14) -
mon
_ synchronize (18) -
mon
_ try _ enter (18) - monday? (24)
- monitor (12)
- month (24)
- new (79)
-
new
_ cond (18) -
next
_ month (12) - now (12)
- parse (24)
-
prev
_ month (12) - rfc2822 (24)
- rfc822 (24)
-
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 4 feature (12) - signal (12)
- strftime (12)
- synchronize (18)
-
to
_ a (12) -
try
_ enter (12) -
try
_ mon _ enter (18) - utc (24)
-
valid
_ civil? (12) -
valid
_ date? (12) - wait (12)
-
wait
_ for _ cond (6) -
wait
_ until (12) -
wait
_ while (12) - wday (12)
検索結果
先頭5件
-
Time
. parse(date , now = Time . now) {|year| year } -> Time (6.0) -
...:20 GMT 2001" で
# タイムゾーンがGMTとすると:
Time.parse("16:30") #=> Thu Nov 29 16:30:00 GMT 2001
Time.parse("7/23") #=> Mon Jul 23 00:00:00 GMT 2001
Time.parse("2002/1") #=> Tue Jan 01 00:00:00 GMT 2002
Date._parseがdateから情報を取り出せないとき、... -
Time
. new -> Time (4.0) -
現在時刻の Time オブジェクトを生成して返します。 タイムゾーンは地方時となります。
現在時刻の Time オブジェクトを生成して返します。
タイムゾーンは地方時となります。
//emlist[][ruby]{
p Time.now # => 2009-06-24 12:39:54 +0900
//} -
Time
. new(iso8601 , in: nil) -> Time (4.0) -
引数で指定した地方時の Time オブジェクトを返します。
引数で指定した地方時の Time オブジェクトを返します。
@param iso8601 Time#inspectの結果や制限されたISO-8601形式などの文字列を指定します。
@param in 協定世界時との時差を、秒を単位とする整数か、
"UTC" かミリタリータイムゾーンの文字列または
"+HH:MM" "-HH:MM" 形式の文字列で指定します。
iso8601 に指定された文字列がタイムゾーンを持っている場合は無視されます。
@raise ArgumentError iso8601が無効な形式の場合に発生します。
... -
Time
. now -> Time (4.0) -
現在時刻の Time オブジェクトを生成して返します。 タイムゾーンは地方時となります。
現在時刻の Time オブジェクトを生成して返します。
タイムゾーンは地方時となります。
//emlist[][ruby]{
p Time.now # => 2009-06-24 12:39:54 +0900
//} -
Time
. new -> Time (3.0) -
現在時刻の Time オブジェクトを生成して返します。 タイムゾーンは地方時となります。
現在時刻の Time オブジェクトを生成して返します。
タイムゾーンは地方時となります。
//emlist[][ruby]{
p Time.now # => 2009-06-24 12:39:54 +0900
//} -
Time
. now -> Time (3.0) -
現在時刻の Time オブジェクトを生成して返します。 タイムゾーンは地方時となります。
現在時刻の Time オブジェクトを生成して返します。
タイムゾーンは地方時となります。
//emlist[][ruby]{
p Time.now # => 2009-06-24 12:39:54 +0900
//}