-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.osIssues and PRs related to the os subsystem.Issues and PRs related to the os subsystem.
Description
- Version: 8.0.0-rc.0
- Platform: Windows 7 x64
- Subsystem: doc, os
Currently, both os.uptime()
and process.uptime()
return number with fractional seconds on Windows:
> os.uptime()
34298.2171316
> process.uptime()
20.648
However, their docs are different here:
Are os.uptime()
returned type integer
and *Note*
outdated or just OS-dependent?
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.osIssues and PRs related to the os subsystem.Issues and PRs related to the os subsystem.