JDK-5031150 : (fmt) Formatter date/time suffix 'E' should be changed to 'Q' to avoid collision
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util
  • Affected Version: 5.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2004-04-13
  • Updated: 2017-05-16
  • Resolved: 2004-04-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 b49Fixed
Related Reports
Relates :  
Description
'E' should not be used for date/time formats (currently used for milliseconds
since the beginning of the epoch).  An alternate letter which does not
conflict with any existing definitions in POSIX strftime or GNU date needs to
be used instead.

-- iag@sfbay 2004-04-13

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta2 FIXED IN: tiger-beta2 INTEGRATED IN: tiger-b49 tiger-beta2
14-06-2004

SUGGESTED FIX Change 'E' to 'Q'. -- iag@sfbay 2004-04-13
13-04-2004

EVALUATION The suggested fix should be implemented. -- iag@sfbay 2004-04-13
13-04-2004