Instant.now

Obtains the current instant from the specified clock. !(p) This will query the specified clock to obtain the current time. !(p) Using this method allows the use of an alternate clock for testing. The alternate clock may be introduced using {@link Clock dependency injection}.

@param clock the clock to use, not null @return the current instant, not null

  1. Instant now()
  2. Instant now(Clock clock)
    class Instant
    static
    now

Meta