Skip to content

Timestamp.resolution returns timedelta(microseconds=1) #21336

Closed
@jbrockmendel

Description

@jbrockmendel

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions