diff --git a/server/reflector/video_platforms/jitsi/router.py b/server/reflector/video_platforms/jitsi/router.py index f7fb2205..1fe15a5e 100644 --- a/server/reflector/video_platforms/jitsi/router.py +++ b/server/reflector/video_platforms/jitsi/router.py @@ -160,6 +160,6 @@ async def jitsi_health_check(): return { "status": "ok", "service": "jitsi-webhooks", - "timestamp": datetime.utcnow().isoformat(), + "timestamp": datetime.now(tz=timezone.utc).isoformat(), "webhook_secret_configured": bool(settings.JITSI_WEBHOOK_SECRET), }