Sha256: ceb72357aa0912135be5dd7b2ae58d01f2c7bcb299832bc8d3b9579476a6bab6
Contents?: true
Size: 447 Bytes
Versions: 8
Compression:
Stored size: 447 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Asia module Kabul include TimezoneDefinition timezone 'Asia/Kabul' do |tz| tz.offset :o0, 16608, 0, :LMT tz.offset :o1, 14400, 0, :AFT tz.offset :o2, 16200, 0, :AFT tz.transition 1889, 12, :o1, 2170231477, 900 tz.transition 1944, 12, :o2, 7294369, 3 end end end end end
Version data entries
8 entries across 8 versions & 2 rubygems