diff --git a/src/plugins/select/cons_res/select_cons_res.c b/src/plugins/select/cons_res/select_cons_res.c index 3bf8c8c6a88f16ad4a02c761edd0bc64a2138713..ebddcc088b30890338de995b407aa6a4e30b4a5b 100644 --- a/src/plugins/select/cons_res/select_cons_res.c +++ b/src/plugins/select/cons_res/select_cons_res.c @@ -1698,7 +1698,7 @@ static int _will_run_test(struct job_record *job_ptr, bitstr_t *bitmap, select_node_usage, exc_core_bitmap); if (rc == SLURM_SUCCESS) { FREE_NULL_BITMAP(orig_map); - job_ptr->start_time = time(NULL); + job_ptr->start_time = now; return SLURM_SUCCESS; }