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 LocalDateTime
parseDateTime
(String str) Converts a given RFC3339String
to andLocalDateTime
object.static LocalTime
-
Method Details
-
parseDateTime
Converts a given RFC3339String
to andLocalDateTime
object.- Parameters:
str
- theString
you want to parse.- Returns:
- the
LocalDateTime
object.
-
parseTime
-