doc: are `os.uptime()` returned type and remark correct?
- 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?