lib/tzinfo/data/definitions/Etc/GMT__m__12.rb in tzinfo-data-1.2016.6 vs lib/tzinfo/data/definitions/Etc/GMT__m__12.rb in tzinfo-data-1.2016.7
- old
+ new
@@ -9,10 +9,10 @@
module Etc
module GMT__m__12
include TimezoneDefinition
timezone 'Etc/GMT-12' do |tz|
- tz.offset :o0, 43200, 0, :'GMT-12'
+ tz.offset :o0, 43200, 0, :'+12'
end
end
end
end