https://issues.apache.org/bugzilla/show_bug.cgi?id=38483
--- Comment #13 from quartz <[EMAIL PROTECTED]> 2008-04-05 05:31:41 PST --- I would agree with the comment about using a thread safe data formatter. After all, there is no need for anything more than threadstack variables to format a date. FastDateFormat is right on. Note: since date formatters can't use StringBuilder, it is a good idea to get away from SimpleDateFormat and use whatever lib that can work on StringBuilder. You should probably file a RFE for FastDateFormat using StringBuilder too. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]