Class TimeUtil
java.lang.Object
pl.edu.icm.unity.engine.api.utils.TimeUtil
Time related utilities.
- Author:
- K. Benedyczak
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringformatMediumInstant(Instant instant) static StringformatStandardInstant(Instant instant) static StringformatStandardInstantWithNano(Instant instant)
-
Constructor Details
-
TimeUtil
public TimeUtil()
-
-
Method Details
-
formatMediumInstant
- Parameters:
instant-- Returns:
- instant formated as a string with medium size in the current timezone
-
formatStandardInstant
-
formatStandardInstantWithNano
-