when adding w schedule then set ts to now
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user