when adding w schedule then set ts to now
parent
b1d1c5d2b2
commit
3cfaf1f1a0
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue