Plan.on('change start_time', function (plan, val, prev) {
  if (val >= plan.end_time()) plan.end_time(val + 1)
})