#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

#2127 in Parser implementations

Download history 1/week @ 2024-07-21 22/week @ 2024-07-28 12/week @ 2024-08-04 5/week @ 2024-08-11 19/week @ 2024-08-18 1/week @ 2024-08-25 6/week @ 2024-09-01 32/week @ 2024-09-08 19/week @ 2024-09-15 36/week @ 2024-09-22 74/week @ 2024-09-29 35/week @ 2024-10-06 37/week @ 2024-10-13 54/week @ 2024-10-20 20/week @ 2024-10-27 38/week @ 2024-11-03

150 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