Class TimestampFormatUtil
java.lang.Object
com.evolveum.midpoint.model.common.expression.functions.TimestampFormatUtil
- Author:
- semancik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstrftime: Formats an Instant into a stringstatic Stringstrftime(ZonedDateTime zdt, String posixFormat) strftime: Formats an Instant into a stringstatic ZonedDateTimestrptime: Parses a string into a ZonedDateTime.
-
Constructor Details
-
TimestampFormatUtil
public TimestampFormatUtil()
-
-
Method Details
-
strptime
strptime: Parses a string into a ZonedDateTime. POSIX-like function, compatible with other CEL implementations and UNIX world. -
strftime
strftime: Formats an Instant into a string -
strftime
strftime: Formats an Instant into a string
-