lib/tzinfo/definitions/Etc/GMT__p__10.rb in tzinfo-0.3.51 vs lib/tzinfo/definitions/Etc/GMT__p__10.rb in tzinfo-0.3.52

- old
+ new

@@ -5,10 +5,10 @@ module Etc module GMT__p__10 include TimezoneDefinition timezone 'Etc/GMT+10' do |tz| - tz.offset :o0, -36000, 0, :'GMT+10' + tz.offset :o0, -36000, 0, :'-10' end end end end