Skip to content
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

StartTime on Windows is wrong #51

Closed
andrewkroh opened this issue Oct 24, 2016 · 1 comment
Closed

StartTime on Windows is wrong #51

andrewkroh opened this issue Oct 24, 2016 · 1 comment
Labels

Comments

@andrewkroh
Copy link
Member

The ProcTime.StartTime value is given in milliseconds since unix epoch. But on Windows epoch time is since 1601-01-01T00:00:00Z instead of 1970-01-01T00:00:00Z so we must subtract out the difference to convert Windows epoch to unix epoch.

@andrewkroh andrewkroh added the bug label Oct 24, 2016
@andrewkroh
Copy link
Member Author

Closed by #52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant