--- urn: "urn:penemure:d7854764-54f5-45ee-8933-a62f1285eb73" backend: "pub" ancestors: - 📁 Penemure created: 2025-02-18 10:23:01.125207+00:00 updated: 2025-02-18 10:23:01.125208+00:00 tags: status: "backlog" priority: "medium" --- # 📝 persist start time of time logs when changed using the patch funcitonality we use for updating the past logs. ## Work on this Issue (todo, make this a gantt in the template, and add 'self') ```query-table SQL SELECT title, CAST(created AS DATE), updated - created AS duration FROM log WHERE parents LIKE '%SELF%' ```