Sha256: 0ecc6dc0c1cc821d1e0ce5c0ffc116954653f2eb7258180915a14da8aca86b97
Contents?: true
Size: 1.08 KB
Versions: 50
Compression:
Stored size: 1.08 KB
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (http://www.iana.org/time-zones). module TZInfo module Data module Definitions module America module Barbados include TimezoneDefinition timezone 'America/Barbados' do |tz| tz.offset :o0, -14309, 0, :LMT tz.offset :o1, -14309, 0, :BMT tz.offset :o2, -14400, 0, :AST tz.offset :o3, -14400, 3600, :ADT tz.transition 1924, 1, :o1, -1451678491, 209415081509, 86400 tz.transition 1932, 1, :o2, -1199217691, 209667542309, 86400 tz.transition 1977, 6, :o3, 234943200 tz.transition 1977, 10, :o2, 244616400 tz.transition 1978, 4, :o3, 261554400 tz.transition 1978, 10, :o2, 276066000 tz.transition 1979, 4, :o3, 293004000 tz.transition 1979, 9, :o2, 307515600 tz.transition 1980, 4, :o3, 325058400 tz.transition 1980, 9, :o2, 338706000 end end end end end end
Version data entries
50 entries across 50 versions & 2 rubygems