Right?!
My favorite part is where Apple provides `ISO8601DateFormatter` as a class to format dates specifically to — you guessed it — ISO 8601, but that class does not conform to `DateFormatter`, and thus cannot be used to format dates for JSON encoding.