Show times in a list of timezones.
To install, copy or symlink this directory to ~/.local/share/albert/org.albert.extension.python/modules/timezones/
.
Config is stored in ~/.config/albert/albert.timezones/settings.json
.
Synonyms can be added for pytz.timezone
timezone names.
Example config:
{
"Melbourne": "Australia/Melbourne",
"Netherlands": "Europe/Amsterdam"
}
To setup the project for development, run:
$ cd timezones/
$ pre-commit install --hook-type pre-commit --hook-type commit-msg
To lint and format files, run:
$ pre-commit run --all-files