import com.soywiz.klock.* fun main() { val now = DateTime.now() val yesterday = now - 1.days val tomorrow = now + 1.days if (now > yesterday) { } } dependencies { implementation 'io.ktor:klock:1.0.0' }