Sha256: 4868c74d551295c4dd6c31320aadfda2f13901696f4d9fb1487d9e6e6808cf89
Contents?: true
Size: 642 Bytes
Versions: 4
Compression:
Stored size: 642 Bytes
Contents
require 'time_crisis/tzinfo/timezone_definition' module TimeCrisis::TZInfo module Definitions module Asia module Vientiane include TimezoneDefinition timezone 'Asia/Vientiane' do |tz| tz.offset :o0, 24624, 0, :LMT tz.offset :o1, 25580, 0, :SMT tz.offset :o2, 25200, 0, :ICT tz.offset :o3, 28800, 0, :ICT tz.transition 1906, 6, :o1, 483474043, 200 tz.transition 1911, 3, :o2, 2612634701, 1080 tz.transition 1912, 4, :o3, 58068557, 24 tz.transition 1931, 4, :o2, 14558773, 6 end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems