Is the Joda-Time DateTimeFormatter class thread safe? Once I get an instance from DateTimeFormat.forPattern, can its various parse methods be called by multiple threads? DateTimeFormatter’s Javadocs makes no mention of thread safety.
Is the Joda-Time DateTimeFormatter class thread safe ? Once I get an instance from
Share
Yes, it is:
and so is the Java 8 version