lib/tzinfo/data/definitions/Asia/Qatar.rb in tzinfo-data-1.2016.10 vs lib/tzinfo/data/definitions/Asia/Qatar.rb in tzinfo-data-1.2017.1
- old
+ new
@@ -10,11 +10,11 @@
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.offset :o1, 14400, 0, :'+04'
+ tz.offset :o2, 10800, 0, :'+03'
tz.transition 1919, 12, :o1, -1577935568, 13080551527, 5400
tz.transition 1972, 5, :o2, 76190400
end
end