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
I hadn't even noticed that resolution was a datetime property until now, but it returns timedelta(0, 0, 1). Timestamp doesn't override that. I expect the correct thing to do is to return Timedelta(nanoseconds=1). Pretty low priority.