Skip to content

TryGetTimeZoneInfo failed in version 4.0.0 #108

@Patryx

Description

@Patryx

Hi,
Unfortunately in a new version 4.0.0 method TryGetTimeZoneInfo works not well.

Take a look:
var timezones = TimeZoneConverter.TZConvert.KnownWindowsTimeZoneIds.ToList(); var isFound = TZConvert.TryGetTimeZoneInfo(timeZone, out var timeZone)

isFound in version 3.5.0 was TRUE, but in version 4.0.0 is here always FALSE.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions