# File lib/active_support/time_with_zone.rb, line 57
    def period
      @period ||= time_zone.period_for_utc(@utc)
    end