Linux Commands Examples

A great documentation place for Linux commands

tzselect

view timezones


see also : hwclock

Synopsis

tzselect


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
echo "Timezone must be set. Please use tzselect and export it in your shell"
exit 1
fi
mkchecksums
date -R > FILE_LIST.TXT
printf "\nFile list for this directory.\n\n" >> FILE_LIST.TXT

description

This manual page explains how you can use the tzselect utility to view the installed timezone. It comes handy when you want to know what time it is in other countries, or if you just wonder what timezones exist.

tzselect is called without any parameters from the shell. It shows a list of about one dozen geographic areas one can roughly recognize as continents. After choosing a geographic area by number, a list of countries and cities in this area will be shown.

You can press the Enter key to reprint the list. To choose a timezone, just press the number left to it. If your input is invalid, the list will be reprinted.

You may press Ctrl-C to interrupt the script at any time.

Note that tzselect will not actually change the timezone for you. Use ’dpkg-reconfigure tzdata’ to achieve this.

files

/usr/share/zoneinfo/


see also

hwclock


author

Copyright 1998 Marcus Brinkmann <brinkmd[:at:]debian[:dot:]org>

Please see nroff source for legal notice.

How can this site be more helpful to YOU ?


give  feedback