wtime 0.7.0

WTIME provides a variety of functions for obtaining the current UTC and local times, as well as generating customizable timestamps to suit your needs.
Documentation
1
2
3
4
5
6
7
8
9
10
#![doc(
    html_logo_url = "https://github.com/dr-montasir/wtime/raw/HEAD/logo.svg?sanitize=true",
    html_root_url = "https://docs.rs/wtime/latest/wtime"
)]

pub mod calc;
pub mod local;
pub mod tz;
pub mod utc;
pub mod uid;