Sha256: 05d8c7c9daa72257b48d1a9ccfc69688e43a9c5358f39f8dee9cbb64e4133114
Contents?: true
Size: 643 Bytes
Versions: 10
Compression:
Stored size: 643 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Asia module Makassar include TimezoneDefinition timezone 'Asia/Makassar' do |tz| tz.offset :o0, 28656, 0, :LMT tz.offset :o1, 28656, 0, :MMT tz.offset :o2, 28800, 0, :'+08' tz.offset :o3, 32400, 0, :'+09' tz.offset :o4, 28800, 0, :WITA tz.transition 1919, 12, :o1, 1453394501, 600 tz.transition 1932, 10, :o2, 1456207301, 600 tz.transition 1942, 2, :o3, 14582395, 6 tz.transition 1945, 9, :o4, 19453769, 8 end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems