Class: Halftime::TimeZones::UTC

Inherits:
Object
  • Object
show all
Defined in:
lib/halftime/time_zones.rb

Instance Method Summary collapse

Constructor Details

#initialize(_) ⇒ UTC

Returns a new instance of UTC.



18
19
# File 'lib/halftime/time_zones.rb', line 18

def initialize(_)
end

Instance Method Details

#offsetObject



21
22
23
# File 'lib/halftime/time_zones.rb', line 21

def offset
  0
end