[Mono-bugs] [Bug 23707] New - timezone problem with digger

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
21 Apr 2002 20:12:53 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by groith@tcrz.net.

http://bugzilla.ximian.com/show_bug.cgi?id=23707

--- shadow/23707	Sun Apr 21 16:12:53 2002
+++ shadow/23707.tmp.11195	Sun Apr 21 16:12:53 2002
@@ -0,0 +1,31 @@
+Bug#: 23707
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: groith@tcrz.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: timezone problem with digger
+
+When compiling Digger (http://www.aisto.com/roeder/dotnet/download.asp?
+File=diggersrc.zip) with mcs on mono I get:
+
+Unhandled exception System.NotSupportedException Can't get timezone na
+#0: 0x00025 throw      in System.CurrentTimeZone::.ctor ()
+#1: 0x00007 newobj     in System.TimeZone::get_CurrentTimeZone ()
+#2: 0x00010 call       in System.DateTime::.ctor ([1] [0] )
+#3: 0x00006 newobj     in System.DateTime::get_Now ()
+#4: 0x00016 call       in .GuidState::.ctor ([1] )
+#5: 0x00001 newobj     in System.Guid::.cctor ()
+
+When mcs is hosted on .net it doesn't work, too. But this is another bug, 
+I will post.