Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Use chrono functions for time #1180

Closed
bbangert opened this issue Apr 17, 2018 · 1 comment
Closed

Use chrono functions for time #1180

bbangert opened this issue Apr 17, 2018 · 1 comment
Assignees
Labels

Comments

@bbangert
Copy link
Member

We use an old time/chrono crate on occasion, we should use std::time now.

@bbangert
Copy link
Member Author

std::time is actually too limited, but time:: can return monotonically increasing time. As a result we should use chrono for the time.

@bbangert 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
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.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants