Sha256: 100fd30d91436d035ffc4e0c374e08fb8f8704356de15013ec1f071d105875ef
Contents?: true
Size: 816 Bytes
Versions: 14
Compression:
Stored size: 816 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (http://www.iana.org/time-zones). module TZInfo module Data 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, -2005974400, 130537991, 54 tz.transition 1911, 3, :o2, -1855983920, 2612634701, 1080 tz.transition 1912, 4, :o3, -1819954800, 58068557, 24 tz.transition 1931, 4, :o2, -1220428800, 14558773, 6 end end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems