lib/tzinfo/data/definitions/Etc/UCT.rb in tzinfo-data-1.2018.9 vs lib/tzinfo/data/definitions/Etc/UCT.rb in tzinfo-data-1.2019.1

- old
+ new

@@ -8,13 +8,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 end