A small command-line helper for answering one question: what time is it there, when it is this time here?
Every calendar app can do this. Most of them need six clicks and a mouse. tzdiff
does it in one line, reads the IANA database that is already on your machine, and prints
plain text you can pipe somewhere else.
$ tzdiff --from Europe/Riga --to Asia/Tokyo 09:30
09:30 Europe/Riga -> 15:30 Asia/Tokyo (+6h, same day)
/usr/share/zoneinfo directly. No bundled copy that drifts out of date.No calendar integration, no meeting scheduler, no daemon, no configuration file. If you need those, you need a calendar, not this.
$ ./configure && make
$ sudo make install
Single binary, no runtime dependencies beyond libc and the system zoneinfo files. Builds on Linux, macOS and the BSDs.