1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

New: Option to specify timezone for formatting times in the UI

This commit is contained in:
Audionut
2025-10-22 14:07:34 +10:00
committed by GitHub
parent 37dfad11f2
commit 550cf8d399
16 changed files with 321 additions and 35 deletions
@@ -343,6 +343,13 @@ namespace NzbDrone.Core.Configuration
set { SetValue("TimeFormat", value); }
}
public string TimeZone
{
get { return GetValue("TimeZone", ""); }
set { SetValue("TimeZone", value); }
}
public bool ShowRelativeDates
{
get { return GetValueBoolean("ShowRelativeDates", true); }