-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Win10 psutil.boot_time -- negative value #989
Comments
Ouch! That looks like a C type/precision issue. Question: is the machine
being up for a long time? When was the last time you rebooted it?
I am on vacation now. Won't have time to look into this soon.
On Tue, 14 Mar 2017 at 13:46, Oleksii Shevchuk ***@***.***> wrote:
>>> platform.platform()
'Windows-10-10.0.14393'
>>> platform.architecture()
('64bit', '')
>>> psutil.version_info
(5, 2, 0)
>>> psutil.boot_time()
-4885912540.0
>>>
psutil installed from pip, whl.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#989>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAplLEHjXpxvslEvt8TwBDthMX8zw0EEks5rljfggaJpZM4McL3Q>
.
--
Giampaolo - http://grodola.blogspot.com
|
No. This virtual machine was booted for less then one day |
Can't reproduce this issue :( |
Do you have VS? Can you try if this is fixed with ec1d35e? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
psutil installed from pip, whl.
The text was updated successfully, but these errors were encountered: