Add timestamp
This commit is contained in:
parent
51b54e1670
commit
a187f31d73
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from pathlib import Path
|
||||
from datetime import datetime
|
||||
|
||||
|
||||
def vaktis():
|
||||
|
|
@ -45,6 +46,7 @@ def vaktis():
|
|||
"layout": "events.ics.j2",
|
||||
"_destination": Path("kommande-evenemang.ics"),
|
||||
"content": "",
|
||||
"calcreation": datetime.now(),
|
||||
},
|
||||
),
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue