-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.TimeZoneNotFoundException issue in Blazor WASM #45844
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
@VengateshManiraj what timezones are missing exactly? |
@tqiu8 I couldn't find the Asia/Culcutta. Comparing to the Server side app, the client-side app having 14 timezones only. Server-side App: Client-side App: |
Ok asia/calcutta should be fixed by installing 5.0.1, the reduced list of timezones is tracked #44840 |
Describe the bug
TimeZoneInfo is not found in Blazor WASM
To Reproduce
Create the WASM project.
Convert time with some specific timezone like the below code
TimeZoneInfo.ConvertTime(date, TimeZoneInfo.FindSystemTimeZoneById(timezone))
Exceptions
Further technical details
Version: 5.0.101
Commit: d05174dc5a
Runtime Environment:
OS Name: Windows
OS Version: 10.0.17763
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\5.0.101\
Host (useful for support):
Version: 5.0.1
Commit: b02e13a
The text was updated successfully, but these errors were encountered: