Sha256: 6f95c4e03eaa6aa7d00132f7b404c92c535c7d932074b8c22ba6988f7c247758
Contents?: true
Size: 378 Bytes
Versions: 21
Compression:
Stored size: 378 Bytes
Contents
require 'tzinfo/timezone_definition' module TZInfo module Definitions module Indian module Kerguelen include TimezoneDefinition timezone 'Indian/Kerguelen' do |tz| tz.offset :o0, 0, 0, :zzz tz.offset :o1, 18000, 0, :TFT tz.transition 1950, 1, :o1, 4866565, 2 end end end end end
Version data entries
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
tzinfo-0.3.9 | lib/tzinfo/definitions/Indian/Kerguelen.rb |