Sha256: 3670b8e25a68d11d7ee59cbce6e7065f884c8dfee6e445ac94cd8d357a214330
Contents?: true
Size: 1.08 KB
Versions: 9
Compression:
Stored size: 1.08 KB
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://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
9 entries across 9 versions & 2 rubygems