Universal Time, Coordinated
オブジェクトの生成
# File when/calendartypes.rb, line 22
22: def initialize(*args)
23: @label = m17n('Z')
24: @indices ||= When::Coordinates::DefaultTimeIndex
25: _normalize_temporal
26: @second = (@second||128).to_f
27: @zone = '+00:00'
28: @utc_reference = When::TM::ClockTime.new([0,0,0,0], {:frame=>self})
29: end
UTC時刻をこの時法の時刻に変換する
Description of an operation for converting a UTC time to a time on this clock
clk_time : When::TM::ClockTime returns : When::TM::ClockTime
# File when/calendartypes.rb, line 52
52: def clk_trans(clk_time)
53: return clk_time
54: end
この時法の時刻をUTC時刻に変換する
Description of an operation for converting a time on this clock to a UTC time
u_time : When::TM::ClockTime returns : When::TM::ClockTime
# File when/calendartypes.rb, line 39
39: def utc_trans(u_time)
40: return u_time
41: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.