Skip to main content

A terminal-based world clock that displays multiple timezones in real-time.

Project description

worldclock-tty

CI PyPI version Python versions License: MIT DeepWiki

A terminal-based world clock that displays multiple timezones in real-time.

worldclock-tty screenshot

This program is a heavy refactor of a timezone clock I made in 2016.

Installation

uv tool install worldclock-tty

Usage

Run the clock:

worldclock-tty

Press Ctrl+C to exit.

The display shows your local time at the top, followed by all configured timezones in two columns, updated every second.

Options

Flag Default Description
--sort / --no-sort on Sort timezones by UTC offset (lowest first).
--offset / --no-offset on Show the UTC offset (e.g. UTC-3) next to each time.
--12h / --24h --24h Use a 12-hour clock with AM/PM instead of 24-hour.
--military / --no-military off Show NATO/military zone letters (Z, N, P, …) instead of UTC±N. Alias: --zulu.
--utc off With --military, also show the numeric offset next to the letter.
--full-military / --no-full-military off Show a full military Date-Time Group (e.g. 041430Z JUL 26). Alias: --dtg.
--theme saved or default Color theme for this run: default, mono, matrix, amber, ocean.
--color (none) Per-element color override, e.g. --color city=green (repeatable).
worldclock-tty --no-sort          # keep the order from config
worldclock-tty --no-offset        # hide UTC offset labels
worldclock-tty --12h              # 12-hour clock with AM/PM
worldclock-tty --military         # Zulu/November letters instead of UTC±N
worldclock-tty --military --utc   # letters and the numeric offset (e.g. P UTC-3)
worldclock-tty --full-military    # DTG format: 041430Z JUL 26
worldclock-tty --theme matrix     # use a color theme for this run
worldclock-tty --color time=green --color city=45   # tweak individual colors
worldclock-tty --no-sort --no-offset

Military zone letters map each whole-hour UTC offset to a letter: Z is UTC+0, AM run east (skipping J, reserved for local time), and NY run west. Offsets with no official designator (half-hour zones like India at UTC+5:30, or anything beyond ±12h) fall back to the numeric UTC±N.

--full-military (--dtg) replaces each time with a Date-Time Group: DDHHMM + zone letter + MON YY, e.g. 041430Z JUL 26 (day 04, 14:30, Zulu, July 2026). It is minute-precision and always 24-hour, so it overrides the offset and --12h flags. The LOCAL header uses J (Juliet), the military designator for local time; zones with no official letter use *.

Colors and themes

Every element on screen is colorable: city, offset, time (the world-clock rows) and label, date, local-time (the LOCAL header). Colors are given as a name (e.g. green, cornflower_blue) or a 256-color code (0255).

Pick a built-in theme for a run, or override individual elements with --color (repeatable). Precedence, lowest to highest: default, the saved theme, --theme, then --color.

worldclock-tty --theme ocean
worldclock-tty --theme matrix --color time=196     # theme, then tweak one element
worldclock-tty --color label=cyan --color city=45  # override on the default theme

Save a theme as your default. That is the only thing persisted in the config; per-run --color tweaks are never saved:

worldclock-tty theme set matrix    # persist as the default
worldclock-tty theme list          # list themes; the saved one is marked
worldclock-tty theme reset         # back to the built-in default

Built-in themes: default, mono, matrix, amber, ocean.

Managing timezones

Timezones are stored in $XDG_CONFIG_HOME/worldclock-tty/config.json (defaults to ~/.config/worldclock-tty/config.json). Use IANA timezone names (e.g. America/Chicago, Europe/Paris).

worldclock-tty add America/Chicago       # add a timezone
worldclock-tty remove America/Chicago    # remove a timezone
worldclock-tty list                      # show configured timezones
worldclock-tty reset                     # restore built-in defaults

Default timezones

America/Buenos_Aires, America/Caracas, America/La_Paz, America/Lima, America/Los_Angeles, America/Montevideo, America/New_York, America/Sao_Paulo, Asia/Bangkok, Asia/Dubai, Asia/Hong_Kong, Asia/Istanbul, Asia/Tokyo, Asia/Vladivostok, Atlantic/Bermuda, Atlantic/Canary, Australia/Sydney, Europe/London, Europe/Madrid, Europe/Moscow, Europe/Rome, Pacific/Honolulu.

Requirements

Python 3.10+

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

worldclock_tty-0.6.0.tar.gz (16.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

worldclock_tty-0.6.0-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

Details for the file worldclock_tty-0.6.0.tar.gz.

File metadata

  • Download URL: worldclock_tty-0.6.0.tar.gz
  • Upload date:
  • Size: 16.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for worldclock_tty-0.6.0.tar.gz
Algorithm Hash digest
SHA256 e7b8945f119f66e65f0ae534daa3bedb2e2d6ef751c3c058db1ec9340cb7b564
MD5 3d3cd68a75071e2bba88d596263242c5
BLAKE2b-256 b9bb99209d5bdb17722993d90b4f0adc83788dc35b28a0e27fff9eed6399cb16

See more details on using hashes here.

Provenance

The following attestation bundles were made for worldclock_tty-0.6.0.tar.gz:

Publisher: publish.yml on carlosplanchon/worldclock-tty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file worldclock_tty-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: worldclock_tty-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 11.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for worldclock_tty-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fd88b8c9cf089b380a1235e8ee5440e36a9e1e70c33cfc7ad0ea4050ccc43389
MD5 9a285869710b239374ae82768106f684
BLAKE2b-256 d498faa8a77d3d452ec55b4315003a4f5410c4be40b79b7d84109bcb53505018

See more details on using hashes here.

Provenance

The following attestation bundles were made for worldclock_tty-0.6.0-py3-none-any.whl:

Publisher: publish.yml on carlosplanchon/worldclock-tty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page