now

fun LocalDateTime.Companion.now(zone: TimeZone): LocalDateTime

Creates a new Instant and converts it to LocalDateTime


fun LocalDate.Companion.now(zone: TimeZone): LocalDate

Get the current date using provided zone.


fun LocalTime.Companion.now(zone: TimeZone): LocalTime

Get the current time using provided zone.