#time #time-parser #system-time #miscellaneous #timezone #stamps #zone

time-util

A crate providing miscellaneous functionality for working with time stamps

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

#2295 in Parser implementations

Download history 7/week @ 2024-09-02 32/week @ 2024-09-09 20/week @ 2024-09-16 35/week @ 2024-09-23 75/week @ 2024-09-30 34/week @ 2024-10-07 42/week @ 2024-10-14 49/week @ 2024-10-21 19/week @ 2024-10-28 38/week @ 2024-11-04 29/week @ 2024-11-11 18/week @ 2024-11-18 31/week @ 2024-11-25 19/week @ 2024-12-02 95/week @ 2024-12-09 108/week @ 2024-12-16

255 downloads per month
Used in polycli

GPL-3.0-or-later

22KB
439 lines

pipeline coverage crates.io Docs rustc

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