snippetbashTip
tzselect — Interactively select timezone. Note: This program doesn't actually set the timezone. More informatio
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:tzselectAsk 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`
tzselectAsk for nearest timezone to coordinates in ISO 6709 notation
tzselect -c {{coordinates}}Context
tldr-pages: linux/tzselect
Revisions (0)
No revisions yet.