Closed kylerchin closed 2 weeks ago
the system clock is subject to time warping, and such when timing small times like reading a file inside a single computer, Instant is preferred. Instant is more precise and is generally recommended in Rust libraries.
the system clock is subject to time warping, and such when timing small times like reading a file inside a single computer, Instant is preferred. Instant is more precise and is generally recommended in Rust libraries.