5 releases
0.2.3 | Apr 28, 2022 |
---|---|
0.2.2 | Apr 28, 2022 |
0.2.1 | Apr 28, 2022 |
0.2.0 | Apr 28, 2022 |
0.1.0 | Apr 28, 2022 |
#21 in #time-formatting
5KB
51 lines
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
Dependencies
~4.5MB
~80K SLoC