Crates.io | isow |
lib.rs | isow |
version | 0.3.0 |
source | src |
created_at | 2020-01-31 16:01:10.991772 |
updated_at | 2020-03-26 22:00:05.959315 |
description | Prints the local or utc week in the ISO 8601 format, e.g. 2006-W52-7T10:26:20.485371700. |
homepage | |
repository | https://github.com/tonytins/isow |
max_upload_size | |
id | 203693 |
size | 74,835 |
A CLI program that prints the local or utc week and time in the ISO 8601 format, e.g. 2006-W52-7T10:26:20.485371700.
Tom Scott's Why It's Already 2020 inspired me to write this. This is not designed to print the full ISO 8601 date and time, only the week date. For more technical information on ISO week, visit Wikipedia.
For more information, see Rust's Platform Support page.
See also the list of contributors who participated in this project.
You can download binaries for any of the above support platforms by going to the releases page or by installing via. Cargo by typing in cargo install isow
.
USAGE:
isow [FLAGS] [SUBCOMMAND]
FLAGS:
-d, --day Prints the day
-h, --help Prints help information
-t, --time Prints the time
-u, --utc Swaps your local time zone for UTC.
-V, --version Prints version information
-w, --week Prints the week
-y, --year Prints the year
SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
update Updates the program to the latest version
By default, ISOW uses your local time zone. Adding -u
will switch to UTC.
You can update ISOW at anytime by typing isow update
. This will give you information on the latest release, if any, and any compatibility warnings with an option to accept or deny the download.
This project is licensed under the MPL 2.0 license - see the LICENSE file for details.