Sha256: abbbf58424701b6451ebe1f9f0a162d8f68d4247d88f7487e35e478cf605668a

Contents?: true

Size: 353 Bytes

Versions: 3

Compression:

Stored size: 353 Bytes

Contents

require 'tzinfo/timezone'
module TZInfo
module Definitions #:nodoc:
module Indian #:nodoc:
class Kerguelen < Timezone #:nodoc:
setup
set_identifier('Indian/Kerguelen')
add_period(TimezonePeriod.new(nil,DateTime.new(1950,1,1,0,0,0),0,0,:'zzz'))
add_period(TimezonePeriod.new(DateTime.new(1950,1,1,0,0,0),nil,18000,0,:'TFT'))
end
end
end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tzinfo-0.0.2 lib/tzinfo/definitions/Indian/Kerguelen.rb
tzinfo-0.0.3 lib/tzinfo/definitions/Indian/Kerguelen.rb
tzinfo-0.0.4 lib/tzinfo/definitions/Indian/Kerguelen.rb