# File lib/rufus/scheduler/jobs.rb, line 647 def set_next_time(trigger_time, is_post=false) @next_time = next_time_from(trigger_time || Time.now) end