Obtains the current local date _in this chronology from the system clock _in the time-zone.
!(p)
This will query the {@link Clock#systemDefaultZone() system clock} _in the
time-zone to obtain the current date.
!(p)
Using this method will prevent the ability to use an alternate clock for testing
because the clock is hard-coded.
@implSpec
The implementation invokes {@link #dateNow(Clock)}.
@return the current local date using the system clock and time-zone, not null
@throws DateTimeException if unable to create the date
Obtains the current local date _in this chronology from the system clock _in the time-zone. !(p) This will query the {@link Clock#systemDefaultZone() system clock} _in the time-zone to obtain the current date. !(p) Using this method will prevent the ability to use an alternate clock for testing because the clock is hard-coded.
@implSpec The implementation invokes {@link #dateNow(Clock)}.
@return the current local date using the system clock and time-zone, not null @throws DateTimeException if unable to create the date