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

- old
+ new

@@ -5,10 +5,10 @@ module Etc module GMT__m__4 include TimezoneDefinition timezone 'Etc/GMT-4' do |tz| - tz.offset :o0, 14400, 0, :'GMT-4' + tz.offset :o0, 14400, 0, :'+04' end end end end