summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index 6153cc9..e7e44f2 100644
--- a/app.py
+++ b/app.py
@@ -64,7 +64,7 @@ class Event(Base):
return json.loads(self.invites)
def to_ics(self):
- fmt = "%Y%m%dT%H%M%SZ"
+ fmt = "%Y%m%dT%H%M%S"
start = self.time.strftime(fmt)
now = datetime.datetime.now().strftime(fmt)
return f'''BEGIN:VCALENDAR