You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,22 @@ A simple library that provides localized time zone names using CLDR and TZDB sou
6
6
Why? Because .NET's usual time zone display names are not localized properly, and are often wrong or unsuitable for various scenarios.
7
7
Read [this blog post](https://codeofmatt.com/localized-time-zone-names-in-net/) for more details.
8
8
9
+
Note that if you are running .NET 6+ on Linux or macOS, the built-in names now stem from ICU and thus this library is no longer needed.
10
+
See [the .NET blog post](https://devblogs.microsoft.com/dotnet/date-time-and-time-zone-enhancements-in-net-6/#time-zone-display-names-on-linux-and-macos) for more details.
This library should be compatible with .NET Standard 1.1 and greater, as well as .NET Framework 3.5 and greater.
16
-
See the [.NET Standard Platform Support Matrix](https://docs.microsoft.com/en-us/dotnet/articles/standard/library) for further details about .NET Standard,
17
-
and please raise an issue if you encounter any compatibility errors.
18
+
As of version 5.0.0, *TimeZoneConverter* works with all of the following:
0 commit comments