Inspired by Tom Scott's Why It's Already 2020, isow
CLI program that prints the local or utc week and time in the ISO 8601 format, e.g. 2006-W52-7T10:26:20.485371700.
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.
- Rust 2021 Edition or later
- IDEs or Editors
- Linux 2.6.32 or later
- Windows 7 or later
- macOS 10.7 Lion or later
For more information, see Rust's Platform Support page.
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.
- Self-updater is unsupported in the Crates.io releases. As of 0.2.14, this will return a "feature is unsupported" message.
I license this project under the MPL 2.0 license - see the LICENSE file for details.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.