Sha256: c29ed19c1a26b2da953d9ee613e1b0ca766a8baf8a656a4d7fc402795aa18760
Contents?: true
Size: 583 Bytes
Versions: 234
Compression:
Stored size: 583 Bytes
Contents
module TZInfo module Definitions module Asia module Ho_Chi_Minh include TimezoneDefinition timezone 'Asia/Ho_Chi_Minh' do |tz| tz.offset :o0, 25600, 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, 130537991, 54 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