fix: add missing timezone field to EventsListResponse API response

This commit is contained in:
2026-08-02 07:57:10 +02:00
parent a84e27844b
commit 25a38f886d
+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
)