Crates.io | watime |
lib.rs | watime |
version | 0.2.3 |
source | src |
created_at | 2022-04-28 13:43:15.192969 |
updated_at | 2022-04-28 14:13:29.586553 |
description | A time formatting cli tool |
homepage | https://github.com/shayneo/watime |
repository | https://github.com/shayne/watime |
max_upload_size | |
id | 576787 |
size | 12,813 |
A current time formatted written in Rust.
Get the current time.
watime
Defaults to millis
1651153473890
Accepts s
or second
or seconds
watime -f s
Accepts m
or ms
or milli
or millis
watime -f m
Accepts n
or ns
or nano
or nanos
watime -f n
watime -f iso
watime -h