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