Class Timestamp

java.lang.Object
org.nuxeo.common.utils.Timestamp

public final class Timestamp extends Object
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 Details

    • currentTimeMicros

      public static long currentTimeMicros()
      Current time in microseconds since the Unix epoch; values never decrease from call to call.