tokenmill / timewords

Multilingual library to easily parse date strings to java.util.Date objects.
Other
30 stars 1 forks source link

Thread safety #8

Open dainiusjocas opened 6 years ago

dainiusjocas commented 6 years ago

As described here https://stackoverflow.com/questions/6840803/why-is-javas-simpledateformat-not-thread-safe SimpleDateFormat may cause problems, when used under heavy load in a threaded environment.