diff --git a/pttodoer/src/main.rs b/pttodoer/src/main.rs index 47007ff..c06cd6a 100644 --- a/pttodoer/src/main.rs +++ b/pttodoer/src/main.rs @@ -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 }