Sha256: e9602372b6d8ff149e01dbfa61d79ea83df56983a89b96e6621d65022493f178
Contents?: true
Size: 585 Bytes
Versions: 234
Compression:
Stored size: 585 Bytes
Contents
module TZInfo module Definitions module Asia module Phnom_Penh include TimezoneDefinition timezone 'Asia/Phnom_Penh' do |tz| tz.offset :o0, 25180, 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, 10443039301, 4320 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
234 entries across 161 versions & 17 rubygems