mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
The scheduler now uses the timezone configured in .env (TZ variable) instead of hardcoded UTC: - Add get_local_timezone_name() helper to manager.py - BackgroundScheduler uses system local timezone - API returns timezone field in cleanup-settings response - Frontend displays timezone next to hour selector and in status text - Updated documentation to reflect timezone behavior This makes the cleanup hour more intuitive for users in non-UTC timezones. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>