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