You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just like `to_datetime` when `format` is not passed, we should raise a
`ValueError` if the input contains some tz-aware objects and some
naive objects. The change is to identify if the `format` expects
tz-aware objects (check for `"%z"` and `"%Z"`) and then compare this
expectation with the `tzinfo` of each object. This modification
includes relevant tests.
Signed-off-by: Antonio Ossa Guerra <aaossa@uc.cl>
0 commit comments