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