mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 07:58:08 +00:00
Update cheatsheets
This commit is contained in:
18
tldr/linux/tzselect
Normal file
18
tldr/linux/tzselect
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user