Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
3.1
-
None
-
None
Description
SimpleDateFormat implementation in JDK is known to be not thread-safe. The attached helper class solves the problem by holding a separate instance of SimpleDateFormat per thread.