fun ZonedDateTime.shouldBeToday(): Unit
Asserts that the ZonedDateTime has a date component of today
ZonedDateTime.now().shouldBeToday() // Assertion passes