# File lib/tzinfo/timezone.rb, line 80
    def self.default_dst=(value)
      @@default_dst = value.nil? ? nil : !!value
    end