Add timestamp

This commit is contained in:
Anders Englöf Ytterström 2026-05-14 13:59:59 +02:00
parent 51b54e1670
commit a187f31d73

View file

@ -1,4 +1,5 @@
from pathlib import Path from pathlib import Path
from datetime import datetime
def vaktis(): def vaktis():
@ -45,6 +46,7 @@ def vaktis():
"layout": "events.ics.j2", "layout": "events.ics.j2",
"_destination": Path("kommande-evenemang.ics"), "_destination": Path("kommande-evenemang.ics"),
"content": "", "content": "",
"calcreation": datetime.now(),
}, },
), ),
( (