-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
no millis? #539
Comments
Multiply it by 1000 or 1,000,000 and use |
https://doc.rust-lang.org/nightly/core/time/struct.Duration.html#implementations why would you not add this for the same ergonomic reasons? |
I'm not sure I follow. A |
On this note, I think it is important to explicitly state, in the docs, that the |
@AshfordN The Unix timestamp is, by definition, in seconds. |
Am I missing something here?
The text was updated successfully, but these errors were encountered: