This is the mail archive of the
java-prs@sourceware.cygnus.com
mailing list for the Java project.
Re: java.util/47: Date.toString() returns embedded newline
- To: wwarrenl at egcs dot cygnus dot com
- Subject: Re: java.util/47: Date.toString() returns embedded newline
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 18 Sep 1999 17:00:01 -0000
- Cc: java-prs at sourceware dot cygnus dot com,
- Reply-To: Tom Tromey <tromey at cygnus dot com>
The following reply was made to PR java.util/47; it has been noted by GNATS.
From: Tom Tromey <tromey@cygnus.com>
To: john@ndr.com
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: java.util/47: Date.toString() returns embedded newline
Date: Sat, 18 Sep 1999 09:55:43 -0700
Yeah, this function is known to be broken.
Currently it uses ctime() in its implementation. This is just wrong,
despite the reference to ctime() (in some Java documentation
somewhere).
T