JDK-4330071 : DateFormat prints its format with deprecated 3 letter timezone id
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 1.3.0
  • Priority: P4
  • Status: Closed
  • Resolution: Not an Issue
  • OS: windows_nt
  • CPU: x86
  • Submitted: 2000-04-13
  • Updated: 2000-04-13
  • Resolved: 2000-04-13
Related Reports
Relates :  
Description
DateFormat prints its format with deprecated 3 letter timezone id. See Comments for the details.

Comments
EVALUATION The use of time zone abbreviations for display is different from the use for identification and is still valid for the display purpose. SimpleDateFormat does not produces a time zone ID with 'z', but produces a time zone display name, either an abbreviated or full name defined by a locale or GMT{+|-}hh:mm if locale doesn't define display names for the given time zone. masayoshi.okutsu@Eng 2000-04-13
13-04-2000