HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

tzselect — Interactively select timezone. Note: This program doesn't actually set the timezone. More informatio

Submitted by: @import:tldr-pages··
0
Viewed 0 times
selectcommandinteractivelynotetimezonethisclitzselect
linux

Problem

How to use the tzselect command: Interactively select timezone. Note: This program doesn't actually set the timezone. More information: <https://manned.org/tzselect>.

Solution

tzselect — Interactively select timezone. Note: This program doesn't actually set the timezone. More information: <https://manned.org/tzselect>.

Open the interactive menu for timezone selection and print the selected timezone to stdout:
tzselect


Ask for nearest timezone to coordinates in ISO 6709 notation:
tzselect -c {{coordinates}}

Code Snippets

Open the interactive menu for timezone selection and print the selected timezone to `stdout`

tzselect

Ask for nearest timezone to coordinates in ISO 6709 notation

tzselect -c {{coordinates}}

Context

tldr-pages: linux/tzselect

Revisions (0)

No revisions yet.