-
Bug
-
Resolution: Fixed
-
P3
-
1.1.1
-
1.2beta3
-
x86
-
windows_95
-
Not verified
Name: sg39081 Date: 08/14/97
import java.util.Date;
public DateTest {
public static void main(String[] args) {
Date now = new Date();
System.out.println(now.toString());
Date now2 = new Date(now.toString());
System.out.println(now2.toString()); // An hour's difference
}
}
company - IBM , email - ###@###.###
======================================================================
- relates to
-
JDK-4339922 Date.toString() produces a time zone that can't be parsed by Date.parse()
-
- Closed
-