7 releases
0.3.4 | May 17, 2021 |
---|---|
0.3.3 | Mar 19, 2021 |
0.3.2 | Feb 15, 2021 |
0.3.0 | Nov 25, 2020 |
0.1.0 | Apr 19, 2020 |
#2127 in Parser implementations
150 downloads per month
Used in polycli
22KB
439 lines
time-util
A crate providing miscellaneous functionality for working with time stamps.
lib.rs
:
A crate for more or less frequently used time parsing and formatting functionality.
The crate revolves around the std::time::SystemTime
type in that
we attempt to convert into that or use this as the base to convert
from. We treat such a time as having no associated time zone. Think
of it as being in UTC.
Dependencies
~0–600KB