A CLI program that prints the local or utc week and time in the ISO 8601 format, e.g. 2026-W18-04.
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.
- Swift 6.3+
| Target | Version | Code Name |
|---|---|---|
| macOS | 10.13 | High Sierra |
| Windows | 10 | Threshold |
| Ubuntu | 20.04 | Focal Fossa |
| Debian | 12 | Bookworm |
| Fedora | 39 | N/A |
$ isow [--utc] [--full]OPTIONS:
-u, --utc Switch to UTC time zone.
-f, --full Show the complete date.
I hereby waive this project's copyright and place it the public domain - see UNLICENSE for details.