Normalize RemnaWave sync times to UTC

This commit is contained in:
Egor
2025-11-02 03:13:13 +03:00
parent 04073815ca
commit 7d078a58e1
2 changed files with 22 additions and 16 deletions

View File

@@ -17,6 +17,7 @@ from app.services.remnawave_service import RemnaWaveService
def _create_service() -> RemnaWaveService:
service = RemnaWaveService.__new__(RemnaWaveService)
service._panel_timezone = ZoneInfo("UTC")
service._utc_timezone = ZoneInfo("UTC")
return service