Files
slhaf-hub/scripts/time.hub.kts

3 lines
70 B
Kotlin

import java.time.LocalDateTime
println("time=" + LocalDateTime.now())