Package org.apache.wicket.util.time
Class Instants
- java.lang.Object
-
- org.apache.wicket.util.time.Instants
-
-
Field Summary
Fields Modifier and Type Field Description static DateTimeFormatterRFC_7231_DATE_FORMATTER
-
Constructor Summary
Constructors Constructor Description Instants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringtoRFC7231Format(Instant instant)Formats a givenInstantas required by RFC7231 for dates.
-
-
-
Field Detail
-
RFC_7231_DATE_FORMATTER
public static final DateTimeFormatter RFC_7231_DATE_FORMATTER
-
-
Constructor Detail
-
Instants
public Instants()
-
-
Method Detail
-
toRFC7231Format
public static String toRFC7231Format(Instant instant)
Formats a givenInstantas required by RFC7231 for dates.- Parameters:
instant-- Returns:
- the instant properly formatted
-
-