# 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 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, -1830380004, 1935522037, 800 tz.transition 1935, 1, :o2, -1104533604, 1942242837, 800 tz.transition 1964, 1, :o3, -189385200, 58521493, 24 end end end end end end