diff --git a/pandas/tseries/tools.py b/pandas/tseries/tools.py index c39f65f95d99f..dc3eb1183dd2b 100644 --- a/pandas/tseries/tools.py +++ b/pandas/tseries/tools.py @@ -61,6 +61,8 @@ def to_datetime(arg, errors='ignore', dayfirst=False, utc=None, box=True, Errors are ignored by default (values left untouched) dayfirst : boolean, default False If True parses dates with the day first, eg 20/01/2005 + Warning: dayfirst=True is not strict, but will prefer to parse + with day first (this is a known bug). utc : boolean, default None Return UTC DatetimeIndex if True (converting any tz-aware datetime.datetime objects as well)