• There are some clocks, having relation of zones (incl. current zone), fixed clock (for testing) and custom. • By default, it uses the clock of current zone. • now method (LocalDate, et al.) creates a temporal instance from a clock.
e.g. LocalDate.now();
LocalDate.now(zoneId);
LocalDate.now(Clock.fixed(instant, ZoneId.systemDefault);