Obtains the current ISO local date from the system clock _in the specified time-zone.
!(p)
This will query the {@link Clock#system(ZoneId) system clock} to obtain the current date.
Specifying the time-zone avoids dependence on the default time-zone.
!(p)
Using this method will prevent the ability to use an alternate clock for testing
because the clock is hard-coded.
@return the current ISO local date using the system clock, not null
@throws DateTimeException if unable to create the date
Obtains the current ISO local date from the system clock _in the specified time-zone. !(p) This will query the {@link Clock#system(ZoneId) system clock} to obtain the current date. Specifying the time-zone avoids dependence on the default time-zone. !(p) Using this method will prevent the ability to use an alternate clock for testing because the clock is hard-coded.
@return the current ISO local date using the system clock, not null @throws DateTimeException if unable to create the date