diff --git a/pandas/core/base.py b/pandas/core/base.py index 0f9eb14be40db..cd3521f958b4d 100644 --- a/pandas/core/base.py +++ b/pandas/core/base.py @@ -956,7 +956,9 @@ def unique(self): """ Return array of unique values in the object. Significantly faster than numpy.unique. Includes NA values. - + + Called on values of timezone aware datetimes, this will return non + timezone aware datetimes. Returns ------- uniques : ndarray