Registry / utility / tz-rs
library0.7.3rscratesunverified

A pure Rust reimplementation of libc functions localtime, gmtime and mktime.

# Cargo.toml [dependencies] tz-rs = "0.7.3"
INSTALL
IMPORT
SIG · TZ-RS
T
tz-rs
utilityrustv0.7.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Tz
✓ use tz::datetime::Tz;

Create a UTC timezone object.

use tz::datetime::Tz; fn main() { let tz = Tz::utc(); println!("{:?}", tz); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
tz-rs — cargo add tz-rs · libregistry