Package com.ethlo.time
Interface Rfc3339
-
- All Superinterfaces:
Rfc3339Formatter,Rfc3339Parser
- All Known Implementing Classes:
AbstractRfc3339,EthloITU,Java8Rfc3339
public interface Rfc3339 extends Rfc3339Parser, Rfc3339Formatter
The recommendation for date-time exchange in modern APIs is to use RFC-3339, available at https://tools.ietf.org/html/rfc3339 This class supports both validation, parsing and formatting of such date-times.- Author:
- ethlo, Morten Haraldsen
-
-
Method Summary
-
Methods inherited from interface com.ethlo.time.Rfc3339Formatter
format, format, formatUtc, formatUtc, formatUtc, formatUtcMicro, formatUtcMilli, formatUtcMilli, formatUtcNano
-
Methods inherited from interface com.ethlo.time.Rfc3339Parser
isValid, parseDateTime
-
-