This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Use chrono functions for time #1180
Comments
bbangert
modified the milestones:
PUSHSVC-0: quality,
2018Q2-1.1 Plan developed/executed for future maintenance work
Apr 24, 2018
std::time is actually too limited, but time:: can return monotonically increasing time. As a result we should use chrono for the time. |
bbangert
changed the title
Use std::time functions for time
Use chrono functions for time
Apr 27, 2018
bbangert
added a commit
that referenced
this issue
Apr 27, 2018
bbangert
added a commit
that referenced
this issue
Apr 27, 2018
bbangert
added a commit
that referenced
this issue
Apr 27, 2018
bbangert
added a commit
that referenced
this issue
Apr 27, 2018
bbangert
added a commit
that referenced
this issue
Apr 27, 2018
bbangert
added a commit
that referenced
this issue
Apr 27, 2018
Add's a currently unused ns_since_epoch for future use. Closes #1180
bbangert
added a commit
that referenced
this issue
Apr 27, 2018
Add's a currently unused ns_since_epoch for future use. Closes #1180
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We use an old time/chrono crate on occasion, we should use std::time now.
The text was updated successfully, but these errors were encountered: