watime

Crates.iowatime
lib.rswatime
version0.2.3
sourcesrc
created_at2022-04-28 13:43:15.192969
updated_at2022-04-28 14:13:29.586553
descriptionA time formatting cli tool
homepagehttps://github.com/shayneo/watime
repositoryhttps://github.com/shayne/watime
max_upload_size
id576787
size12,813
Shayne O'Sullivan (shayneo)

documentation

README

watime

A current time formatted written in Rust.

Get the current time.

watime

Defaults to millis

1651153473890

Formats

Seconds

Accepts s or second or seconds

watime -f s

Millis

Accepts m or ms or milli or millis

watime -f m

Nanos

Accepts n or ns or nano or nanos

watime -f n

ISO RFC3339

watime -f iso

Help

watime -h
Commit count: 0

cargo fmt