You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
.github/workflows | 6 months ago | |
python | 6 months ago | |
src | 6 months ago | |
.gitignore | 6 months ago | |
.pre-commit-config.yaml | 6 months ago | |
Cargo.toml | 6 months ago | |
LICENSE | 6 months ago | |
README.md | 5 months ago |
README.md
EVET
A CLI app for generating event announcement message including multiple timezones.
evet --message="Rust Berlin Talks" \
--date="2021-11-23 23:00" \
--timezone="Europe/Istanbul" \
--timezone="Europe/Berlin" \
--timezone="Japan" \
--local="Japan"
---
Rust Berlin Talks
Istanbul: 2021-11-23 17:00
Berlin: 2021-11-23 15:00
Japan: 2021-11-23 23:00
---