[okutsu 12/13/96]
java.util.Date.toString() produces a locale-sensitive string. However, by
its definition (UNIX ctime()), the method should be locale-insensitive.
The string produced by the method in ja locale is not acceptable for
Japanese users.
If a locale-sensitive operation is intended for this method, a proper
formatting needs to be defined. (and need to change the definition)
java.util.Date.toString() produces a locale-sensitive string. However, by
its definition (UNIX ctime()), the method should be locale-insensitive.
The string produced by the method in ja locale is not acceptable for
Japanese users.
If a locale-sensitive operation is intended for this method, a proper
formatting needs to be defined. (and need to change the definition)