Sha256: 694dabc6bafbe3f5b734a925e13c7b3e03d017648c267fffe8f647610c2c96c5
Contents?: true
Size: 471 Bytes
Versions: 21
Compression:
Stored size: 471 Bytes
Contents
require 'tzinfo/timezone_definition' 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
21 entries across 21 versions & 1 rubygems