require 'tzinfo/timezone' require 'tzinfo/definitions/America/Anchorage' module TZInfo module Definitions #:nodoc: module SystemV #:nodoc: class YST9YDT < Definitions::America::Anchorage #:nodoc: set_identifier('SystemV/YST9YDT') end end end end