Skip to main content

Global Time Utility (gtime)

PyPI version Python Support License: MIT OpenSSF Scorecard

Stop Googling time zones.

demo

Recorded in Ghostty. Some output may look off in the GIF but works perfectly in a real terminal. Best with Ghostty or Kitty.

If this saves you from one more "what time is it in Tokyo?" search, give it a star.

A modern, colorful Python CLI for global time zone lookup, comparison, and management. Fuzzy search, favorites, live updates, meeting time conversion, and beautiful terminal output.

Installation

# With uv (recommended)
uv tool install gtime

# Or with pip
pip install gtime

# From source
git clone https://github.com/savitojs/gtime.git
cd gtime && uv sync
uv run gtime --help

Quick Start

gtime London                              # Look up any city (fuzzy search)
gtime add Tokyo Singapore "New York"      # Add favorites
gtime                                     # Show all favorites
gtime compare London Tokyo Sydney         # Compare times side by side
gtime meeting at "2:00 PM"                # Convert across favorites
gtime meeting at "3 PM UTC"               # With timezone support
gtime watch                               # Live monitoring (refreshes every 60s)

Features

Smart search - Fuzzy matching, case-insensitive, works with typos (gtime toky finds Tokyo), and country names (gtime india finds Delhi).

Favorites - Save your most-used cities. Sorted by UTC offset for a natural reading order.

gtime add London Tokyo Mumbai Berlin      # Add multiple cities
gtime remove Berlin                       # Remove a city
gtime                                     # View all favorites

Meeting planner - Convert a meeting time across all your favorite cities. Supports 12/24-hour format and timezone abbreviations.

gtime meeting at "10:00 AM"               # Your local time across favorites
gtime meeting at "15:30"                   # 24-hour format
gtime meeting at "9:00 AM EST"            # Eastern Standard Time
gtime meeting at "3 PM UTC"               # Coordinated Universal Time

Live watch mode - Real-time updates for favorites or specific cities.

gtime watch                               # Monitor all favorites
gtime compare London Tokyo --watch        # Watch specific cities

GNOME Desktop Widget

Display your favorite cities on your GNOME desktop using the Desktop Widgets (azclock) extension.

gtime desktop widget

Three styles available:

gtime widget        # Style A (default) - flags, color-coded time, status
gtime widget b      # Grouped by status (Working, Sleeping, etc.)
gtime widget c      # Compact cards with hour diff from local

Style A - Flags + color-coded time + status:

🇺🇸 New York   23:05       ● Sleeping  UTC-4
🇨🇿 Brno       04:05  +1d  ● Sleeping  UTC+1
🇮🇳 Delhi      09:35  +1d  ● Working   UTC+5:30
🇦🇺 Melbourne  14:05  +1d  ● Working   UTC+11

Style B - Grouped by status:

💻 Working
  🇮🇳 Delhi      09:35  +1d
  🇦🇺 Melbourne  14:05  +1d
💤 Sleeping
  🇺🇸 New York   23:05
  🇨🇿 Brno       04:05  +1d

Style C - Compact cards:

🇺🇸 New York  🌙
   23:05  ● Sleeping  local
🇮🇳 Delhi  🌅
   09:35  +1d  ● Working  +9.5h

Setup

  1. Install the Desktop Widgets GNOME extension
  2. Add a widget with a Command Label element
  3. Set the command to gtime widget a (or b / c)
  4. Enable Polling with interval 60000 (1 minute)

A reference dconf config is included at gtime/widget-azclock-sidebar.dconf:

# Back up first
dconf dump /org/gnome/shell/extensions/azclock/ > backup.dconf

# Import the sidebar layout
dconf load /org/gnome/shell/extensions/azclock/ < gtime/widget-azclock-sidebar.dconf

Development

uv venv .venv && source .venv/bin/activate
uv sync
pytest tests/

Contributions welcome! Fork, branch, make changes, add tests, and open a PR.

License

MIT - see LICENSE.


Report bugs or request features.

Made with ❤️ for developers working across time zones

Download files

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

Source Distribution

gtime-0.8.4.tar.gz (33.7 kB view details)

Uploaded Source

Built Distribution

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

gtime-0.8.4-py3-none-any.whl (27.8 kB view details)

Uploaded Python 3

File details

Details for the file gtime-0.8.4.tar.gz.

File metadata

  • Download URL: gtime-0.8.4.tar.gz
  • Upload date:
  • Size: 33.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for gtime-0.8.4.tar.gz
Algorithm Hash digest
SHA256 9856ca9118bb42946aacd0d2e8773fce2c726416a4462f4027fb9b498abc772f
MD5 77f8ebbffbee0062a861a5e20086e27b
BLAKE2b-256 7a1dced3cb5ef59b14f15c70d0a6e29757f801d8c9819bb0af4a6b5544bb6597

See more details on using hashes here.

Provenance

The following attestation bundles were made for gtime-0.8.4.tar.gz:

Publisher: test.yml on savitojs/gtime

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

File details

Details for the file gtime-0.8.4-py3-none-any.whl.

File metadata

  • Download URL: gtime-0.8.4-py3-none-any.whl
  • Upload date:
  • Size: 27.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for gtime-0.8.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2a8d47c3784f20cffd5a782c8328e14afce70cfa26e23e7b20bf7e6e6986a86d
MD5 719eb54de88803a8b3540cde47de1b61
BLAKE2b-256 25a0a2c2582a5d753320e59898f14b2e8de5f02691154825a107e59caf979682

See more details on using hashes here.

Provenance

The following attestation bundles were made for gtime-0.8.4-py3-none-any.whl:

Publisher: test.yml on savitojs/gtime

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

Release history Release notifications | RSS feed

This release

0.8.4 This release

2 files

0.8.3

2 files

0.7.1

2 files

0.7.0

2 files

0.6.0

2 files

0.5.0

2 files

0.4.0

2 files

0.3.5

2 files

0.3.4

2 files

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

Supported by

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