fun ZonedDateTime.shouldNotBeToday(): Unit
Asserts that the ZonedDateTime does not have a date component of today
ZonedDateTime.of(2009, Month.APRIL, 2,2,2).shouldNotBeToday() // Assertion passes