OffsetDateTime.now

Obtains the current date-time from the specified clock. !(p) This will query the specified clock to obtain the current date-time. The offset will be calculated from 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. OffsetDateTime now()
  2. OffsetDateTime now(ZoneId zone)
  3. OffsetDateTime now(Clock clock)
    class OffsetDateTime

Meta