# File lib/active_support/time_with_zone.rb, line 257
    def freeze
      period; utc; time # preload instance variables before freezing
      super
    end