|
Quick Lists
|
|
Bug ID:
|
1212188
|
|
Votes
|
0
|
|
Synopsis
|
System.out.println(new Date()) gives different results on DOS and UNIX
|
|
Category
|
java:classes_java
|
|
Reported Against
|
1.0alpha3
|
|
Release Fixed
|
1.1
|
|
State
|
11-Closed,
Unverified,
bug
|
|
Priority:
|
5-Very Low
|
|
Related Bugs
|
|
|
Submit Date
|
27-JUN-1995
|
|
Description
|
System.out.println(new Date()) gives different results on DOS and UNIX
UNIX results:
Tue Jun 27 13:34:37 PDT 1995
DOS results:
Tue Jun 27 13:34:37 1995
Note that DOS does not print the time zone.
|
|
Work Around
|
N/A
|
|
Evaluation
|
This will be fixed automatically when Date is implemented using
the i18n Calendar
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |