Module: When::TimeStandard::LocalTime
- Included in:
- LocalApparentTime, LocalMeanTime
- Defined in:
- lib/when_exe/timestandard.rb
Overview
Local Time と Universal Time の差分
Instance Method Summary collapse
-
#localdate_difference ⇒ Numeric
local time と universal time の差 / 日.
-
#localtime_difference ⇒ Numeric
local time と universal time の差 / 128秒.
Instance Method Details
#localdate_difference ⇒ Numeric
local time と universal time の差 / 日
406 407 408 |
# File 'lib/when_exe/timestandard.rb', line 406 def localdate_difference @localdate_difference ||= @location.long / (360.0 * When::Coordinates::Spatial::DEGREE) end |