of

fun LocalDateTime.Companion.of(year: Int, month: Int, day: Int, hour: Int = 0, minute: Int = 0, second: Int = 0, nanosecond: Int = 0): LocalDateTime
fun LocalDateTime.Companion.of(epochMilliseconds: Long, timeZone: TimeZone = TimeZone.currentSystemDefault()): LocalDateTime