lib/tzinfo/definitions/Arctic/Longyearbyen.rb



module TZInfo
  module Definitions
    module Arctic
      module Longyearbyen
        include TimezoneDefinition
        
        linked_timezone 'Arctic/Longyearbyen', 'Europe/Oslo'
      end
    end
  end
end