java.lang.Object
java.text.Format
java.text.DateFormat
edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.databind.util.ISO8601DateFormat
All Implemented Interfaces:
Serializable, Cloneable

@Deprecated public class ISO8601DateFormat extends DateFormat
Deprecated.
Use StdDateFormat instead
Provide a fast thread-safe formatter/parser DateFormat for ISO8601 dates ONLY. It was mainly done to be used with Jackson JSON Processor.

Watch out for clone implementation that returns itself.

All other methods but parse and format and clone are undefined behavior.

See Also: