List the current time from specified timezones in the terminal
pip3 install -r requirements.txt
chmod +x times.py
sudo ln -s $(pwd)/times.py /usr/local/bin/t
t
+-----------+----------+----------+
| Cape Town | 31-08-21 | 22:12:53 |
| London | 31-08-21 | 21:12:53 |
| Toronto | 31-08-21 | 16:12:53 |
| Kathmandu | 01-09-21 | 01:57:53 |
| Nairobi | 31-08-21 | 23:12:53 |
+-----------+----------+----------+