mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-05-16 10:43:55 -04:00
Fix weird time zone display name on startup (#70)
This commit is contained in:
@@ -16,7 +16,7 @@ public static class HostExtensions
|
||||
: $"cleanuperr v{version.Major}.{version.Minor}.{version.Build}"
|
||||
);
|
||||
|
||||
logger.LogInformation("timezone: {tz}", TimeZoneInfo.Local.Id);
|
||||
logger.LogInformation("timezone: {tz}", TimeZoneInfo.Local.DisplayName);
|
||||
|
||||
return host;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user