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

https://bugzilla.novell.com/show_bug.cgi?id=639599#c8


Jonathan Pryor <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #8 from Jonathan Pryor <[email protected]> 2011-01-14 17:53:36 UTC 
---
I'm not entirely sure what MonoDroid can do about device-dependent behavior. 
DateTime.Now is retrieved from gettimeofday(2), and the timezone is detected
from a bit of logic based on mktime(3), localtime(3), strftime(3), etc. (see
mono/metadata/icall.c:ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData
for details).

The fact that it works in some places and fails in others suggests that some
vendors are screwing up libc/bionic with custom changes, and I can't really see
a way to easily work around this.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to