Package dev.denux.dtp.util
Class RFC3339Util
java.lang.Object
dev.denux.dtp.util.RFC3339Util
A utility class that contains methods to handle the RFC3339 date-time standard.
-
Method Summary
Modifier and TypeMethodDescriptionstatic LocalDateTimeparseDateTime(String str) Converts a given RFC3339Stringto andLocalDateTimeobject.static LocalTime
-
Method Details
-
parseDateTime
Converts a given RFC3339Stringto andLocalDateTimeobject.- Parameters:
str- theStringyou want to parse.- Returns:
- the
LocalDateTimeobject.
-
parseTime
-