Skip to content
Commit e3945981 authored by Karsten Loesing's avatar Karsten Loesing
Browse files

Use a single DateFormat per thread and format.

DateFormat is not thread-safe, and creating a new instance every time we
need one only wastes CPU time.  Make sure that there's a single instance
per thread and format that the thread can use whenever it wants.
parent 5caa3848
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment