Is the Joda-Time DateTimeFormatter class thread safe? Once I get an instance from DateTimeFormat.forPattern, can its various parse methods be calle
DateTimeFormatter
DateTimeFormat.forPattern
Found this question on top of google's answers when checking for Java's java.time.format.DateTimeFormatter thread safety
Java's own DateTimeFormatter is also thread-safe, as the documentation states:
This class is immutable and thread-safe