Sha256: f3f1098d0af677ade048758ec31ca0ad245e8298d6ded3b2b0417b03f3e2ac7f
Contents?: true
Size: 788 Bytes
Versions: 20
Compression:
Stored size: 788 Bytes
Contents
require 'tzinfo/timezone_definition' module TZInfo module Definitions module America module Blanc__m__Sablon include TimezoneDefinition timezone 'America/Blanc-Sablon' do |tz| tz.offset :o0, -13708, 0, :LMT tz.offset :o1, -14400, 0, :AST tz.offset :o2, -14400, 3600, :ADT tz.offset :o3, -14400, 3600, :AWT tz.offset :o4, -14400, 3600, :APT tz.transition 1884, 1, :o1, 52038215827, 21600 tz.transition 1918, 4, :o2, 9686791, 4 tz.transition 1918, 10, :o1, 58125545, 24 tz.transition 1942, 2, :o3, 9721599, 4 tz.transition 1945, 8, :o4, 58360379, 24 tz.transition 1945, 9, :o1, 58361489, 24 end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems