# File lib/sidekiq/cron/job.rb, line 528
      def last_time now = Time.now.utc
        parsed_cron.previous_time(now.utc).utc
      end