[Mono-bugs] [Bug 60970][Wis] Changed - FileInfo.LastWriteTime fails for dates older thatn 1970
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 6 Jul 2004 10:20:05 -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 carloscesario@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60970
--- shadow/60970 2004-07-01 05:48:35.000000000 -0400
+++ shadow/60970.tmp.11307 2004-07-06 10:20:05.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 60970
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: ianm@activestate.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -59,6 +59,9 @@
Additional Information:
- This is a bit of a weird one since you don't often need to set LastWrite
time to somthing that old anyway. Interestingly on ms.net doing the same
thing gives a System.IO exception 'The paramater is incorrect' for any date
value before 1980. Guess setting things to old dates isn't a good idea.
+
+------- Additional Comments From carloscesario@gmail.com 2004-07-06 10:20 -------
+"Works for me under Mono 1.0 (Linux and Windows)"