Package org.nuxeo.common.utils
Class Timestamp
java.lang.Object
org.nuxeo.common.utils.Timestamp
Microsecond timestamps since the Unix epoch. Values never decrease (monotonic) from call to call, including across
DST changes and system clock adjustments.
- Since:
- 2025.18
-
Method Summary
Modifier and TypeMethodDescriptionstatic longCurrent time in microseconds since the Unix epoch; values never decrease from call to call.
-
Method Details
-
currentTimeMicros
public static long currentTimeMicros()Current time in microseconds since the Unix epoch; values never decrease from call to call.
-