Package org.esa.snap.core.util
Class ISO8601Converter
java.lang.Object
org.esa.snap.core.util.ISO8601Converter
Converts between
String
and ProductData.UTC
.
The String representation is ISO8601 compliant. The formatted String follows the pattern: yyyy-MM-dd'T'HH:mm:ss.SSSSSSX
.
With real numbers it looks like: 2023-11-13T14:25:36.126935Z
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
format
(ProductData.UTC utc) static ProductData.UTC
-
Constructor Details
-
ISO8601Converter
public ISO8601Converter()
-
-
Method Details
-
parse
- Throws:
ParseException
-
format
-