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

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

#1170 in Encoding

Download history 1/week @ 2023-11-30 11/week @ 2024-01-04 19/week @ 2024-01-11 37/week @ 2024-01-18 17/week @ 2024-01-25 6/week @ 2024-02-01 101/week @ 2024-02-08 700/week @ 2024-02-15 375/week @ 2024-02-22 406/week @ 2024-02-29 341/week @ 2024-03-07

1,919 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–680KB
~12K SLoC