Sha256: 49c3f11343d3388025279c712f70b73b5c2b5687501d5cc0f4fe7b926b11a3a5
Contents?: true
Size: 452 Bytes
Versions: 8
Compression:
Stored size: 452 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Asia module Brunei include TimezoneDefinition timezone 'Asia/Brunei' do |tz| tz.offset :o0, 27580, 0, :LMT tz.offset :o1, 27000, 0, :BNT tz.offset :o2, 28800, 0, :BNT tz.transition 1926, 2, :o1, 10474164781, 4320 tz.transition 1932, 12, :o2, 38833171, 16 end end end end end
Version data entries
8 entries across 8 versions & 2 rubygems