ZonedDateTime.now

Obtains the current date-time from the specified clock. !(p) This will query the specified clock to obtain the current date-time. The zone and offset will be set based on the time-zone _in the clock. !(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 date-time, not null

  1. ZonedDateTime now()
  2. ZonedDateTime now(ZoneId zone)
  3. ZonedDateTime now(Clock clock)
    class ZonedDateTime

Meta