Sha256: ff8584769e52b7bef883c484ee825d350924d614664215e2f319e21b35a1b0d0
Contents?: true
Size: 527 Bytes
Versions: 27
Compression:
Stored size: 527 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 Antarctica module Vostok include TimezoneDefinition timezone 'Antarctica/Vostok' do |tz| tz.offset :o0, 0, 0, :zzz tz.offset :o1, 21600, 0, :VOST tz.transition 1957, 12, :o1, -380073600, 4872377, 2 end end end end end end
Version data entries
27 entries across 27 versions & 1 rubygems