Sha256: ab11c54740efbe9771cdeb365419d39535155ac93b6a3a6f0e5307e9f3714b68
Contents?: true
Size: 1.16 KB
Versions: 31
Compression:
Stored size: 1.16 KB
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://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, :'+0730' tz.offset :o3, 32400, 0, :'+09' tz.offset :o4, 28800, 0, :'+08' tz.offset :o5, 28800, 0, :WITA tz.offset :o6, 25200, 0, :WIB 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
31 entries across 31 versions & 6 rubygems