Registry / utility / iso8601-timestamp

iso8601-timestamp

JSON →
library0.4.0rscratesunverified

High-performance ISO8601 timestamp formatting and parsing library.

# Cargo.toml [dependencies] iso8601-timestamp = "0.4.0"
INSTALL
IMPORT
SIG · ISO8601-TIMESTAMP
I
iso8601-timestamp
utilityrustv0.4.0
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.

Timestamp
use iso8601_timestamp::Timestamp;

Gets the current UTC time as an ISO8601 timestamp.

use iso8601_timestamp::Timestamp; fn main() { let ts = Timestamp::now_utc(); println!("Current time: {}", ts); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
iso8601-timestamp — cargo add iso8601-timestamp · libregistry