Sha256: 1d9826f046f10ebc1d29b6cb607297b9499c72a166c90ab428721835375e2d8a
Contents?: true
Size: 614 Bytes
Versions: 18
Compression:
Stored size: 614 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module America module Martinique include TimezoneDefinition timezone 'America/Martinique' do |tz| tz.offset :o0, -14660, 0, :LMT tz.offset :o1, -14660, 0, :FFMT tz.offset :o2, -14400, 0, :AST tz.offset :o3, -14400, 3600, :ADT tz.transition 1890, 1, :o1, 10417112653, 4320 tz.transition 1911, 5, :o2, 10450761133, 4320 tz.transition 1980, 4, :o3, 323841600 tz.transition 1980, 9, :o2, 338958000 end end end end end
Version data entries
18 entries across 18 versions & 2 rubygems