Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check date value before calling to_iso8601 (#7769)
* Check date value before calling to_iso8601 When deserializing a date value the value has to be a string when calling to_iso8601. Otherwise it fails with a match error due to a is_binary() guard. * Fix: to_iso returns tuple with three values.
- Loading branch information