Sha256: 7d01059eef53d1ae1ab421dc1e75a6d1bae5c2b9f87df60b0d5fe4ccd51f8d58
Contents?: true
Size: 812 Bytes
Versions: 4
Compression:
Stored size: 812 Bytes
Contents
require 'time_crisis/tzinfo/timezone_definition' module TimeCrisis::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
4 entries across 4 versions & 1 rubygems