diff options
-rw-r--r-- | app.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |