lib/tzinfo/definitions/Etc/UCT.rb in tzinfo-0.3.55 vs lib/tzinfo/definitions/Etc/UCT.rb in tzinfo-0.3.56

- old
+ new

@@ -4,13 +4,10 @@ module Definitions module Etc module UCT include TimezoneDefinition - timezone 'Etc/UCT' do |tz| - tz.offset :o0, 0, 0, :UCT - - end + linked_timezone 'Etc/UCT', 'Etc/UTC' end end end end