Skip to content

Releases: mattjohnsonpint/TimeZoneConverter

3.3.0

10 Sep 23:02

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

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

Choose a tag to compare

  • Map new windows zone Qyzylorda Standard Time to Asia/Qyzylorda (#45)
  • Fix case sensitivity of GetTimeZoneInfo method (#46)

3.0.0

19 Mar 04:32

Choose a tag to compare

  • Revert America/Metlakatla mapping back to Alaskan Standard Time (#40)
  • Fix mapping for Asia/Qostanay (#43)
  • Add an explicit target for .Net Framework 4.6.1
  • Sign the assembly with a strong name key (which is a breaking change) (#41)
  • Fix POSIX transitions for the last transition of the month (#42)

2.5.1

13 Dec 23:08

Choose a tag to compare

  • Remaped Europe/Volgograd to new Windows zone "Volgograd Standard Time" (#36)
  • Remaped America/Metlakatla to existing Windows zone "UTC-08" (#35)
  • Updated data-builder and tests to use .Net Core 2.1 LTS
  • Published symbols using new .snupkg format to the new Nuget.org symbol server

2.4.2

01 Oct 19:58

Choose a tag to compare

  • Fixed runtime error when targeting .NET Framework 4.7.1 / 4.7.2 (#33)

2.4.1

25 Apr 18:06

Choose a tag to compare

Fixed issue with Canada/East-Saskatchewan zone on some Linux systems. (#28)

2.4.0

25 Apr 06:30

Choose a tag to compare

  • Fixed issues with links and Etc zones not working on Linux with the GetTimeZoneInfo API (#21 / #26)
  • Improved perf of collection properties (#27)
  • Added "Try" versions of all methods
  • Updated to latest data
  • Added support for new "Sao Tome Standard Time" Windows zone (#24)

2.3.2

27 Mar 18:05

Choose a tag to compare

Fixed TZConvert.GetTimeZoneInfo("UTC") for Linux & Mac (#17 / #18)

2.3.1

14 Mar 18:18

Choose a tag to compare

  • Improved performance of the GetTimeZoneInfo method.