TZSELECT(1) Debian Timezone Configuration TZSELECT(1)NAME
tzselect - view timezones
SYNOPSIS
tzselect
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(8)AUTHOR
Copyright 1998 Marcus Brinkmann <brinkmd@debian.org>
Please see nroff source for legal notice.
Debian 12 June 1998 TZSELECT(1)
Check Out this Related Man Page
TZSELECT(8) Linux System Administration TZSELECT(8)NAME
tzselect - select a timezone
SYNOPSIS
tzselect
DESCRIPTION
The tzselect program asks the user for information about the current location, and outputs the resulting timezone description to standard
output. The output is suitable as a value for the TZ environment variable.
All interaction with the user is done via standard input and standard error.
EXIT STATUS
The exit status is zero if a timezone was successfully obtained from the user, nonzero otherwise.
ENVIRONMENT
AWK Name of a Posix-compliant awk program (default: awk).
TZDIR Name of the directory containing timezone data files (default: /usr/share/zoneinfo).
FILES
TZDIR/iso3166.tab
Table of ISO 3166 2-letter country codes and country names.
TZDIR/zone.tab
Table of country codes, latitude and longitude, TZ values, and descriptive comments.
TZDIR/TZ
Time zone data file for timezone TZ.
SEE ALSO tzfile(5), zdump(8), zic(8)COLOPHON
This page is part of release 3.53 of the Linux man-pages project. A description of the project, and information about reporting bugs, can
be found at http://www.kernel.org/doc/man-pages/.
2007-05-18 TZSELECT(8)
Hello ,
We are investigating an issue from a customer from Western Australia related to DST change on 25 th March. The customer in Australia has the below settings for Time Zone. The System is Solaris 9.
TZ=Australia/NSW
CMASK=022
We are trying to reproduce the problem in our local... (1 Reply)
Not sure what happened, this page/code always worked before, no changes were made to the code, only the box was powered down, moved and powered back up, the code seems to still be doing its job but spewing out these errors right on the page.
Again no changes were made.
Warning: strtotime()... (1 Reply)
Hi,
I have gone through various sites describing on how to setup NTP and also troubleshooting. Even then, I have problems. It is described as under:
My NTP server is running on Windows 2003. It is also a PDC. It gets its time through a GPS based solution. While all my workstations running on XP... (10 Replies)
I was in process of developing a new script to configure a time zone. After some study I got the unix utility /usr/bin/tzselect to get the user inputs. Now I am able to configure the time zone depending on the user inputs except for the POSIX format.
root >/usr/bin/tzselect
Please identify a... (1 Reply)
Hello Folks,
I have a variable output holding date as below -
output = "20141220"
I need to extract a day out of it and store it in another variable i.e. something similar to below -
output1=20141219"
and if the month is changing i.e. date in on 31st or 1st it should be taken care of
"date... (5 Replies)