You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the DateTime.ToTimeZone extension method will error on Linux systems because TimeZoneInfo.GetSystemTimeZones() which is used in the implementation returns more than once value and the implementation is expecting one or none (SingleOrDefault).
Timezone string: Central Standard Time
OS: ubuntu-latest
The text was updated successfully, but these errors were encountered:
It appears that the
DateTime.ToTimeZone
extension method will error on Linux systems becauseTimeZoneInfo.GetSystemTimeZones()
which is used in the implementation returns more than once value and the implementation is expecting one or none (SingleOrDefault
).Timezone string:
Central Standard Time
OS:
ubuntu-latest
The text was updated successfully, but these errors were encountered: