Sha256: da888345cc475ff9c8b08899256eae474b9e670816f4d671dab6897c3d4edea8

Contents?: true

Size: 1.15 KB

Versions: 2

Compression:

Stored size: 1.15 KB

Contents

# encoding: UTF-8

# This file contains data derived from the IANA Time Zone Database
# (http://www.iana.org/time-zones).

module TZInfo
  module Data
    module Definitions
      module Asia
        module Pontianak
          include TimezoneDefinition
          
          timezone 'Asia/Pontianak' do |tz|
            tz.offset :o0, 26240, 0, :LMT
            tz.offset :o1, 26240, 0, :PMT
            tz.offset :o2, 27000, 0, :WIT
            tz.offset :o3, 32400, 0, :JST
            tz.offset :o4, 28800, 0, :WIT
            tz.offset :o5, 28800, 0, :CIT
            tz.offset :o6, 25200, 0, :WIT
            
            tz.transition 1908, 4, :o1, -1946186240, 652876793, 270
            tz.transition 1932, 10, :o2, -1172906240, 655293293, 270
            tz.transition 1942, 1, :o3, -881220600, 38886211, 16
            tz.transition 1945, 9, :o2, -766054800, 19453769, 8
            tz.transition 1948, 4, :o4, -683883000, 38922755, 16
            tz.transition 1950, 4, :o2, -620812800, 14600413, 6
            tz.transition 1963, 12, :o5, -189415800, 39014323, 16
            tz.transition 1987, 12, :o6, 567964800
          end
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tzinfo-data-1.2013.4 lib/tzinfo/data/definitions/Asia/Pontianak.rb
tzinfo-data-1.2013.3 lib/tzinfo/data/definitions/Asia/Pontianak.rb