Package io.kestra.core.utils
Class DateUtils
java.lang.Object
io.kestra.core.utils.DateUtils
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DateUtils.GroupTypegroupByType(Duration duration) static LocalDateparseLocalDate(String render) static OffsetTimeparseOffsetTime(String render) static ZonedDateTimeparseZonedDateTime(String render)
-
Constructor Details
-
DateUtils
public DateUtils()
-
-
Method Details
-
parseZonedDateTime
- Throws:
InternalException
-
parseOffsetTime
- Throws:
InternalException
-
parseLocalDate
- Throws:
InternalException
-
groupByType
-