Sha256: ce1dc45eb73ccf866b4ba8db505997c854375eb830c599f709ef14aa5e0caf2c
Contents?: true
Size: 480 Bytes
Versions: 16
Compression:
Stored size: 480 Bytes
Contents
require 'tzinfo/timezone_definition' module TZInfo module Definitions module Antarctica module Davis include TimezoneDefinition timezone 'Antarctica/Davis' do |tz| tz.offset :o0, 0, 0, :zzz tz.offset :o1, 25200, 0, :DAVT tz.transition 1957, 1, :o1, 4871703, 2 tz.transition 1964, 10, :o0, 58528805, 24 tz.transition 1969, 2, :o1, 4880507, 2 end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems