- All Implemented Interfaces:
- Serializable, Cloneable
public final class Rfc3339DateTimeFormat
extends SimpleDateFormat
RFC 3339 date-time format
This class formats and parses dates using the ISO 8601 compliant pattern [YYYY]-[MM]-[DD]T[hh]:[mm]:[ss].([fff])[OFS]. Parsing and formatting are handled in
different ways to provide at-most stability and compatibility. While formatting always will produce a String in full UTC notation (containing time offset
literal 'Z' and fraction of seconds), parsing is flexible and can handle not only optional fraction of seconds, but also numeric time offsets in addition to
the time offset literal 'Z'.
- Author:
- Markus KARG (mkarg@java.net)
- See Also:
- Serialized Form