Skip to content

time.time() returns int rather than float #3125

Closed as not planned
Closed as not planned
@Flameeyes

Description

@Flameeyes

In CPython 3.8 time.time() returns a floating point value. In CircuitPython 5.3 on Feather M4 and M0, it returns int (or rather a long integer).

time.monotonic() returns float though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions