Sanity check: This is reasonable in a test case ye...
# announcements
m
Sanity check: This is reasonable in a test case yes?
Copy code
val zdt = ZonedDateTime.parse("2019-07-19T14:19:05-05:00") ?: fail("Unparseable ZonedDateTime in test code")
🚫 1