``` >>> Timedelta.min.ceil("us") NaT >>> pd.Timedelta.max.floor("us") OverflowError: Python int too large to convert to C long ```