zut.time.is_iso_datetime
- zut.time.is_iso_datetime(value: str | None) bool
Recognize if the given string value may be parsed as ISO datetime.
This is used to handle datetime values (typically coming from APIs with JSON-encoded data) as datetimes, notably to perform CSV and JSON parsing and timezone handling.