We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b211d commit 5adbdbdCopy full SHA for 5adbdbd
code/Executable/HostExtensions.cs
@@ -16,7 +16,7 @@ version is null
16
: $"cleanuperr v{version.Major}.{version.Minor}.{version.Build}"
17
);
18
19
- logger.LogInformation("timezone: {tz}", TimeZoneInfo.Local.Id);
+ logger.LogInformation("timezone: {tz}", TimeZoneInfo.Local.DisplayName);
20
21
return host;
22
}
0 commit comments