[Mono-bugs] [Bug 57652][Nor] Changed - CultureInfo.Calendar is returning null [MonoTODO]

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 26 Apr 2004 12:33:26 -0400 (EDT)


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 jackson@ximian.com.

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

--- shadow/57652	2004-04-26 10:41:00.000000000 -0400
+++ shadow/57652.tmp.602	2004-04-26 12:33:26.000000000 -0400
@@ -5,13 +5,13 @@
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: jackson@ximian.com                            
 ReportedBy: rafaelteixeirabr@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: CultureInfo.Calendar is returning null [MonoTODO]
@@ -56,6 +56,14 @@
 CultureInfo.CurrentCulture.Calendar is still returning null
 in [0x000fa] (at
 /home/rafael/projetos/mcs/class/Microsoft.VisualBasic/Microsoft.VisualBasic/DateAndTime.cs:216)
 Microsoft.VisualBasic.DateAndTime:DateDiff
 (Microsoft.VisualBasic.DateInterval,System.DateTime,System.DateTime,Microsoft.VisualBasic.FirstDayOfWeek,Microsoft.VisualBasic.FirstWeekOfYear)
 
+
+------- Additional Comments From jackson@ximian.com  2004-04-26 12:33 -------
+HI Rafael, the issue I have been having is that ICU does not have very
+good calendar data. So that's why this has not been implemented. Now
+that I know it is holding something up I will attempt to fix this
+either tonight or tomorrow morning.
+
+