Hola!!


This site is built using hugo and the theme is built by Fredrik if you enjoy it, it is available at github


Long as ymd

I seconds from the time, minute, I tried to calculate the time in Kotlin.

fun longAsYmd(Long time): Unit {
    val t = time.toInt()
    val second = t % 60
    val minutes = t / 60 % 60
    val hour = t / 60 / 60
}