mirror of
https://github.com/plexguide/Huntarr-Sonarr.git
synced 2025-12-30 02:49:50 -06:00
- Replaced the timezone selection dropdown with a text input field that allows users to enter or select from a list of valid timezones. - Added validation functions to ensure the entered timezone is valid, with fallback to UTC for invalid entries. - Updated the settings manager to handle timezone changes more robustly, including logging warnings for invalid timezones. - Enhanced the web server to validate timezone changes before saving settings, ensuring users are notified of any adjustments made. - Improved utility functions for timezone handling to ensure safe retrieval and validation of timezone data.