fix: add missing timezone field to EventsListResponse API response

This commit is contained in:
2026-08-04 19:28:34 +02:00
parent 600d8262a8
commit f717d37d07
+1
View File
@@ -124,6 +124,7 @@ def get_events(
events=events,
count=len(events),
query_time=datetime.now(timezone.utc).replace(tzinfo=None).isoformat() + "Z",
timezone=TIMEZONE_NAME, # <--- Add this line
)