java.lang.Object
tech.deplant.java4ever.utils.Dates
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Instant
fromUnixHexString
(String hexString) static Instant
fromUnixLong
(long unixTimeLong) static Instant
fromUnixString
(String unixTimeString) static OffsetDateTime
toClientOffset
(Instant utcMoment, int offsetMillis) static String
toCustomString
(Instant utcMoment, int offsetMillis, String formatMask) static String
toCustomString
(Instant utcMoment, String formatMask) static String
toFormattedString
(OffsetDateTime dt, DateTimeFormatter formatter) static String
toIsoString
(Instant utcMoment) static String
toIsoString
(Instant utcMoment, int offsetMillis) static String
-
Constructor Details
-
Dates
public Dates()
-
-
Method Details
-
fromUnixLong
-
fromUnixString
-
fromUnixHexString
-
toIsoString
-
toIsoString
-
toIsoString
-
toCustomString
-
toCustomString
-
toClientOffset
-
toFormattedString
-