Sha256: da9f95068884515acb0b6957e659721d537b25db09369a8c36999237b4e73118
Contents?: true
Size: 465 Bytes
Versions: 21
Compression:
Stored size: 465 Bytes
Contents
require 'tzinfo/timezone_definition' module TZInfo module Definitions module Asia module Qatar include TimezoneDefinition timezone 'Asia/Qatar' do |tz| tz.offset :o0, 12368, 0, :LMT tz.offset :o1, 14400, 0, :GST tz.offset :o2, 10800, 0, :AST tz.transition 1919, 12, :o1, 13080551527, 5400 tz.transition 1972, 5, :o2, 76190400 end end end end end
Version data entries
21 entries across 21 versions & 1 rubygems