Skip to content

v7.2.1

Compare
Choose a tag to compare
@axunonb axunonb released this 02 Oct 07:19
· 13 commits to main since this release
8bfc966
  • Refactor the TimeZoneConverter class to eliminate dependencies on the NodaTime library, now using TimeZoneInfo from NET8.0 framework.
  • Simplify the constructor to require only an IANA timezone ID and an optional CultureInfo object.
  • Update ToZonedTime and ToUtc methods for timezone conversions using TimeZoneInfo.
  • Replace ZonedTime return value with IZonedTimeInfo interface.
  • Remove NodaTime package reference from Axuno.Tools.csproj.
  • Add GetSystemTimeZoneList, GetIanaTimeZoneList, and CanMapToIanaTimeZone methods.
  • Update IZonedTimeInfo interface with additional properties and fully qualified names.
  • Update test methods to TimeZoneConverterTests for handling unknown timezone IDs and default culture usage.
  • Update TimeZoneConverterTests to reflect the refactored TimeZoneConverter class.
  • Bump version to v7.2.1