# File lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb, line 436
    def current_period_and_time
      utc = Time.now.utc
      period = period_for_utc(utc)
      [period.to_local(utc), period]
    end