Object
Represents a timezone defined by a data source.
Constructs a new TimezoneInfo with an identifier.
# File lib/tzinfo/timezone_info.rb, line 9 def initialize(identifier) @identifier = identifier end
Constructs a Timezone instance for the timezone represented by this TimezoneInfo.
# File lib/tzinfo/timezone_info.rb, line 20 def create_timezone raise_not_implemented('create_timezone') end
Generated with the Darkfish Rdoc Generator 2.