Sha256: f0c3033437678286bd8bfa77c5a7e38cd66adee3758eab0bfec02c7c94757432
Contents?: true
Size: 586 Bytes
Versions: 4
Compression:
Stored size: 586 Bytes
Contents
require 'time_crisis/tzinfo/timezone_definition' module TimeCrisis::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
4 entries across 4 versions & 1 rubygems