Package org.opencastproject.util.jaxb
Class UtcTimestampAdapter
public final class UtcTimestampAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
JAXB adapter that formats dates in UTC format YYYY-MM-DD'T'hh:mm:ss.MMM'Z' up to millisecond, e.g.
1970-01-01T00:00:00.000Z
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UtcTimestampAdapter
public UtcTimestampAdapter()
-
-
Method Details