File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11TimeZoneNames [ ![ NuGet Version] ( https://img.shields.io/nuget/v/TimeZoneNames.svg?style=flat )] ( https://www.nuget.org/packages/TimeZoneNames/ )
22=============
33
4- A simple portable class library that provides localized time zone names using CLDR and TZDB sources.
4+ A simple library that provides localized time zone names using CLDR and TZDB sources.
55
66Why? Because .NET's usual time zone display names are not localized properly, and are often wrong or unsuitable for various scenarios.
77Read [ this blog post] ( http://codeofmatt.com/2014/12/26/localized-time-zone-names-in-net/ ) for more details.
@@ -12,10 +12,8 @@ Nuget Installation
1212PM> Install-Package TimeZoneNames
1313```
1414
15- Notes
16- =============================================================================
17- Version 2.0 introduces some breaking changes, fills in some gaps, and adds a
18- whole lot more functionality. Please upgrade with care. Thanks.
15+ This library is targeting .NET Standard 1.1, or .NET 4.5.
16+ See the [ .NET Standard Platform Support Matrix] ( https://docs.microsoft.com/en-us/dotnet/articles/standard/library ) for further details.
1917
2018Demo
2119=============================================================================
You can’t perform that action at this time.
0 commit comments