localDateTimeNow

fun localDateTimeNow(timeZone: TimeZone = TimeZone.currentSystemDefault()): LocalDateTime

The current date-time in timeZone (the system default zone unless specified).

See localDateNow for the note on named zones under Kotlin/JS and wasmJs.