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.1.tar.gz (17.2 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.1-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: worldclock_tty-0.6.1.tar.gz
  • Upload date:
  • Size: 17.2 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.1.tar.gz
Algorithm Hash digest
SHA256 b5e5d096426a6b010bc5ded2c9d741cc290f6c4c404a8ec3467a0cd3113f84be
MD5 0149d6180d057958a508a3ebc5734556
BLAKE2b-256 044fb0beb6e63e24ca0cffe48a92f522569dcebb212541f8da2450541eb16bf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for worldclock_tty-0.6.1.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.1-py3-none-any.whl.

File metadata

  • Download URL: worldclock_tty-0.6.1-py3-none-any.whl
  • Upload date:
  • Size: 11.2 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1c2059a47ad229c4fe9b58c61fd24dea75e90a05aa34a9a6a816c04161e62876
MD5 fe8878b0957c5ceef4d5f06451000c16
BLAKE2b-256 257adf8480f9f5a02def181010524acccad15dc957a27f003a35db5dabb95406

See more details on using hashes here.

Provenance

The following attestation bundles were made for worldclock_tty-0.6.1-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