Sha256: 3997a22f7d51dc64002e34dd70e38113bd6596a79f473918503e674cfe705365
Contents?: true
Size: 562 Bytes
Versions: 21
Compression:
Stored size: 562 Bytes
Contents
require 'tzinfo/timezone_definition' module TZInfo module Definitions module Africa module Banjul include TimezoneDefinition timezone 'Africa/Banjul' do |tz| tz.offset :o0, -3996, 0, :LMT tz.offset :o1, -3996, 0, :BMT tz.offset :o2, -3600, 0, :WAT tz.offset :o3, 0, 0, :GMT tz.transition 1912, 1, :o1, 1935522037, 800 tz.transition 1935, 1, :o2, 1942242837, 800 tz.transition 1964, 1, :o3, 58521493, 24 end end end end end
Version data entries
21 entries across 21 versions & 1 rubygems