Sha256: 7cd018d2ffd54914203d13bb1a6efeba214044911fd8e8419fa7fd703beb6c97
Contents?: true
Size: 766 Bytes
Versions: 33
Compression:
Stored size: 766 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 America module La_Paz include TimezoneDefinition timezone 'America/La_Paz' do |tz| tz.offset :o0, -16356, 0, :LMT tz.offset :o1, -16356, 0, :CMT tz.offset :o2, -16356, 3600, :BOST tz.offset :o3, -14400, 0, :BOT tz.transition 1890, 1, :o1, -2524505244, 17361854563, 7200 tz.transition 1931, 10, :o2, -1205954844, 17471733763, 7200 tz.transition 1932, 3, :o3, -1192307244, 17472871063, 7200 end end end end end end
Version data entries
33 entries across 33 versions & 1 rubygems