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