Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
Currently this is a synchronized method that uses a single instance of DateFormat. Instead it could use a pool of ThreadLocal DateFormat instances and avoid the sync blocking.