lib/tzinfo/definitions/Etc/GMT__m__2.rb in tzinfo-0.3.51 vs lib/tzinfo/definitions/Etc/GMT__m__2.rb in tzinfo-0.3.52
- old
+ new
@@ -5,10 +5,10 @@
module Etc
module GMT__m__2
include TimezoneDefinition
timezone 'Etc/GMT-2' do |tz|
- tz.offset :o0, 7200, 0, :'GMT-2'
+ tz.offset :o0, 7200, 0, :'+02'
end
end
end
end