Sha256: b391757f3ab5b5e18f509c87fbb3c199fdbfaf8a3252bb8e5fadb1403e90dbfb
Contents?: true
Size: 494 Bytes
Versions: 21
Compression:
Stored size: 494 Bytes
Contents
require 'tzinfo/timezone_definition' module TZInfo module Definitions module America module St_Vincent include TimezoneDefinition timezone 'America/St_Vincent' do |tz| tz.offset :o0, -14696, 0, :LMT tz.offset :o1, -14696, 0, :KMT tz.offset :o2, -14400, 0, :AST tz.transition 1890, 1, :o1, 26042781637, 10800 tz.transition 1912, 1, :o2, 26129548837, 10800 end end end end end
Version data entries
21 entries across 21 versions & 1 rubygems