datetimeutils

Crates.iodatetimeutils
lib.rsdatetimeutils
version0.1.3
sourcesrc
created_at2020-02-02 02:30:27.555403
updated_at2020-02-10 02:36:38.402618
descriptionA zero-dependency crate with some date/time/calendar utilities
homepagehttps://github.com/staktrace/datetimeutils/blob/master/README.md
repositoryhttps://github.com/staktrace/datetimeutils
max_upload_size
id204075
size13,588
Kartikaya Gupta (kats) (staktrace)

documentation

README

datetimeutils

Build Status Crate

A handful of utility functions for dealing with std::time::SystemTime in somewhat-useful ways. If you need handling for timezones, look elsewhere. This crate only deals with simple stuff. The main attraction is that it has zero external dependencies, so if it does what you want, it's lighter-weight than using chrono or time.

API

There's a bunch of public functions in the crate to do basic datetime stuff such as find the number of days in a particular year or index months. Also there's a struct PostEpochTime which effectively wraps a std::time::SystemTime but can provide human-readable date/time values from it. See full rustdoc at https://docs.rs/datetimeutils.

Examples

See files in the examples/ folder for quick examples.

Commit count: 14

cargo fmt