Print current time for friends in their time zone.
cargo install what-time
$HOME/.what-time
.```
% what-time josh Sat 05:32 AM ```
Time zones are stored in a config file where each line contains a friend's name and their time zone, separate white space:
anna Pacific/Auckland
caleb America/New_York
jimmy Australia/Brisbane
joanne America/Los_Angeles
josh Australia/Brisbane
sebastian America/Phoenix
steve America/Chicago
thomi Pacific/Auckland
The default config file location is $HOME/.what-time
but you can
override with the --config
flag:
```
% what-time --config ~/.my-config josh % Sat 05:32 AM ```
See List of tz database time zones for valid time zone strings.
Pass the --help
option to see the usage information:
```
% what-time --help
Prints current time for friends in other time zones, in their time zone.
USAGE:
what-time [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-c, --config
ARGS: