Package org.opencastproject.util
Class DateTimeSupport.UtcTimestampAdapter
- Enclosing class:
DateTimeSupport
public static final class DateTimeSupport.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'Z' up to second,
e.g. 1970-01-01T00:00:00Z
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UtcTimestampAdapter
public UtcTimestampAdapter()
-
-
Method Details