[Mono-bugs] [Bug 621366] BCL does not detect timezone changes

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Aug 12 20:25:29 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=621366

https://bugzilla.novell.com/show_bug.cgi?id=621366#c10


--- Comment #10 from Jeffrey Stedfast <jeff at xamarin.com> 2011-08-13 00:25:28 UTC ---
Created an attachment (id=445715)
 --> (http://bugzilla.novell.com/attachment.cgi?id=445715)
iOSLocalTimeZone.cs

This implements a custom internal TimeZone subclass to be used as
TimeZone.CurrentTimeZone which sits on top of iOS's NSTimeZone.localTimeZone,
thus never having to actually poll for timezone changes (the Foundation
framework does that for us).

The problem with this approach is that Miguel is worried it might introduce a
race condition in the runtime/BCL initialization process (forcing us to init
iOS libs first).

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list