localDateNow
The current date in timeZone (the system default zone unless specified).
The default avoids assuming a specific region; callers that need a fixed zone should pass one (e.g. TimeZone.of("America/Los_Angeles")). Note that resolving a named zone on Kotlin/JS and wasmJs requires the @js-joda/timezone npm package, which those consumers must add themselves.