when adding w schedule then set ts to now

master
Bel LaPointe 2024-06-14 08:42:58 -06:00
parent b1d1c5d2b2
commit 3cfaf1f1a0
1 changed files with 1 additions and 0 deletions

View File

@ -350,6 +350,7 @@ impl Task {
let mut t = Task::new();
t.set("is".to_string(), s);
t.set("schedule".to_string(), schedule);
t.set("ts".to_string(), TS::now().to_string());
t
}