Closed itoshkov closed 12 years ago
I forgot about this issue, SimpleDateFormat is backed by a Calendar instance. :-(
Right now, I'm thinking I'll move to Joda time.
I removed calls to the standard Java date functions and replaced them with calls to Joda time.
https://github.com/tnr-global/bishop/commit/4b197df8d3cfeffa8681efe17090a959fb5e3657
java.text.SimpleDateFormat isn't thread safe (mentioned in the javadoc). You should either: