-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
TimeZone issues related to Mono? #16142
Comments
Are you getting an exception when enumerating the TimeZones ? Like:
|
Does not throw an exception. There are not any timezones in the readonly collection. Should Add I am using: |
I think it's a missing reference, maybe stripped at build ? |
This is an issue in Mono. Would you be willing to report it to https://github.com/mono/mono/? Thanks! |
Issue: mono/mono#8443 |
Just wanted to report I am seeing issues with timezone related code. See:
ERROR
CODE: - Works fine on server just not in blazor/mono
I looked at some articles and they suggested this is a mono issue?
https://bugzilla.xamarin.com/show_bug.cgi?id=11817
https://bugzilla.xamarin.com/show_bug.cgi?id=31432
https://stackoverflow.com/questions/18395018/system-timezonenotfoundexception-on-viewpage-using-servicestack-razor
https://www.reddit.com/r/jailbreak/comments/3ll1rf/tutorial_solution_how_to_fix_broken_timezone_in/
Kind of an essential missing piece.. Any workaround ideas? Thoughts?
The text was updated successfully, but these errors were encountered: