class TZInfo::TZDataFixedOffsetRules
:nodoc:
Empty rule set with a fixed daylight savings (std) offset.
def initialize(offset)
def initialize(offset) super(offset.to_s) @offset = offset end
:nodoc:
Empty rule set with a fixed daylight savings (std) offset.
def initialize(offset) super(offset.to_s) @offset = offset end