LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

gotz

CLI timezone info tool for cross-timezone teams

TLDR

Show current time in multiple zones
$ gotz
copy
Show time for specific city
$ gotz [city-name]
copy
Convert time between zones
$ gotz "[time]" [from-zone] [to-zone]
copy
List all supported timezones
$ gotz --list
copy

SYNOPSIS

gotz [options] [timezone-or-query]

DESCRIPTION

gotz is a command-line tool for working with timezones. It shows current times in different locations and converts times between timezones, making it useful for teams working across multiple regions.The tool can display multiple timezones simultaneously and supports fuzzy matching for city names.

PARAMETERS

-l, --list

List all supported timezones
-c, --config FILE
Configuration file path
-f, --format FORMAT
Time format string
-v, --version
Display version and exit
-h, --help
Display help and exit

EXAMPLES

Show configured timezones:

$ gotz
copy
Show time in Tokyo:
$ gotz tokyo
copy
Convert 3pm NYC to Tokyo:
$ gotz "3pm" America/New_York Asia/Tokyo
copy

CONFIGURATION

Config file (~/.config/gotz/config.toml):

$ [zones]
default = ["America/New_York", "Europe/London", "Asia/Tokyo"]
copy

INSTALL

brew install gotz
copy

CAVEATS

Timezone names must follow IANA database. Fuzzy matching may return unexpected results. DST transitions may cause confusion.

HISTORY

gotz was created to simplify timezone conversions for distributed teams, providing a quick CLI alternative to online tools.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid