Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
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
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang