Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for datetime with zoneinfo tzinfo
By converting input_datetime (string or datetime object) to a string before applying pandas' to_datetime, compatibility issues between pandas and zoneinfo are circumvented (pandas-dev/pandas#37654).
- Loading branch information