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:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user