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

Values used in timestamps are in milliseconds instead of seconds as documented #152

Open
markbirbeck opened this issue Apr 16, 2014 · 0 comments

Comments

@markbirbeck
Copy link

The values used in atime, ctime and mtime (automatically created when using the timestamps() method) are documented as being Unix time, but are actually milliseconds:

// see: http://en.wikipedia.org/wiki/Unix_time

Do we want to change the documentation so that it's no longer Unix time, or do we want to modify the code to match the documentation?

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

No branches or pull requests

1 participant