Skip to content

happy-hacking-linux/timezone-selector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

timezone-selector

Nice little command-line UI for selecting timezones in Unix systems.

It can detect your timezone if you're connected to internet;

And let you set it up manually if you prefer;

usage

source timezone-selector.sh
tzSelectionMenu "Optional background title"

It'll set the result to $selected;

echo "$selected"
# > /usr/share/zoneinfo/Chile/Continental

And you can set the timezone by:

ln -s $selected /etc/localtime

About

Nice little command-line UI for selecting timezones in Unix systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages