Sha256: 1ff85f30128e84ddccaf969275fb470f4210e68f901e9fc50a15453fd59d3132

Contents?: true

Size: 716 Bytes

Versions: 213

Compression:

Stored size: 716 Bytes

Contents

require 'tzinfo/timezone_definition'

module TZInfo
  module Definitions
    module Pacific
      module Midway
        include TimezoneDefinition
        
        timezone 'Pacific/Midway' do |tz|
          tz.offset :o0, -42568, 0, :LMT
          tz.offset :o1, -39600, 0, :NST
          tz.offset :o2, -39600, 3600, :NDT
          tz.offset :o3, -39600, 0, :BST
          tz.offset :o4, -39600, 0, :SST
          
          tz.transition 1901, 1, :o1, 26086168721, 10800
          tz.transition 1956, 6, :o2, 58455071, 24
          tz.transition 1956, 9, :o1, 29228627, 12
          tz.transition 1967, 4, :o3, 58549967, 24
          tz.transition 1983, 11, :o4, 439038000
        end
      end
    end
  end
end

Version data entries

213 entries across 179 versions & 26 rubygems

Version Path
3mix-castronaut-0.5.0.2 vendor/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Midway.rb
masover-castronaut-0.4.4.4 vendor/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Midway.rb
masover-castronaut-0.4.4.5 vendor/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Midway.rb
masover-castronaut-0.5.0.1 vendor/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Midway.rb
p8-castronaut-0.6.1.1 vendor/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Midway.rb
relevance-castronaut-0.4.1 vendor/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Midway.rb
relevance-castronaut-0.4.2 vendor/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Midway.rb
relevance-castronaut-0.4.3 vendor/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Midway.rb
relevance-castronaut-0.4.4 vendor/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Midway.rb
relevance-castronaut-0.4.5 vendor/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Midway.rb
relevance-castronaut-0.4.6 vendor/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Midway.rb
relevance-castronaut-0.5.0 vendor/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Midway.rb
relevance-castronaut-0.5.1 vendor/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Midway.rb
relevance-castronaut-0.5.2 vendor/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Midway.rb
relevance-castronaut-0.5.3 vendor/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Midway.rb
relevance-castronaut-0.5.4 vendor/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Midway.rb
relevance-castronaut-0.6.0 vendor/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Midway.rb
relevance-castronaut-0.6.1 vendor/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Midway.rb
relevance-castronaut-0.7.4 vendor/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Midway.rb
relevance-castronaut-0.7.5 vendor/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Midway.rb