Skip to content

Releases: mattjohnsonpint/TimeZoneConverter

6.1.0

12 Feb 20:33
dcac3b1
Compare
Choose a tag to compare
  • Updated to latest data (IANA 2022g)
  • Update NodaTime dependency for TimeZoneConverter.Posix
  • Fix Windows mappings for Mexican time zones (See #136)

6.0.1

05 Sep 02:07
dab355a
Compare
Choose a tag to compare

Fix breaking change introduced in 6.0.0. (#129)

6.0.0

03 Sep 05:11
Compare
Choose a tag to compare
  • Updated to latest data (IANA 2022c)
  • Added a target for .NET 6
  • Dropped the .NET Framework 4.6.1 target. Minimum .NET Framework supported is now 4.6.2
  • Performance improvements (#121)
  • Fixed potential duplicate key in time zones (#114)
  • Fix America/Fort_Wayne alias mapping (#117)
  • Add message when throwing TimeZoneNotFoundException (#116)
  • Add link resolution mode when converting from Windows to IANA (#119)
  • Expose IANA Time Zone territories to library consumers (#64 & #125)
  • Lots more tests, including data verification tests
  • Code cleanup, refactoring, CI build, etc.

5.0.0

13 Jan 03:05
Compare
Choose a tag to compare
  • Fix bug #108
  • KnownIanaTimeZoneNames, KnownWindowsTimeZoneIds, and KnownRailsTimeZoneNames are now exposed as IReadOnlyCollection<string> instead of ICollection<string>.

4.0.0

11 Jan 23:46
Compare
Choose a tag to compare
  • Updated to latest data (IANA 2021e)
  • Dropped support for older targets. Now targeting .NET Standard 2.0 and .NET Framework 4.6.1 only.

3.5.0

08 Apr 16:37
Compare
Choose a tag to compare
  • Added override for "South Sudan Standard Time" to "Africa/Juba" - #96
  • Rebuilt data file using latest sources

3.4.0

13 Feb 01:36
Compare
Choose a tag to compare
  • Updated to latest data (IANA 2021a)
  • Removed obsolete zones from KnownIanaTimeZoneNames and KnownWindowsTimeZoneIds (#90)
  • Fixed issue with some Canadian zones mapped incorrectly (#91)

3.3.0

10 Sep 23:02
Compare
Choose a tag to compare
  • Updated to latest data (IANA 2020a)
  • Fixed Windows mappings where CLDR uses an alias of a zone in a different Windows mapping (#72)
  • Fixed mapping of "America/Nuuk" (#74)
  • Fixed mapping of "Yukon Standard Time" (#75)
  • Updated nuget package to include MIT license info (#55)
  • Fixed some previously unmappable Rails zones.

3.2.0

06 Jun 17:47
Compare
Choose a tag to compare
  • Fixed issue with deprecated Windows zones being returned in the IANA to Windows direction. #47

3.1.0

17 Apr 21:01
Compare
Choose a tag to compare
  • Map new windows zone Qyzylorda Standard Time to Asia/Qyzylorda (#45)
  • Fix case sensitivity of GetTimeZoneInfo method (#46)