kotest-assertions-core / io.kotest.matchers.date / java.time.ZonedDateTime / shouldBeToday

shouldBeToday

fun ZonedDateTime.shouldBeToday(): Unit

Asserts that the ZonedDateTime has a date component of today

    ZonedDateTime.now().shouldBeToday() // Assertion passes