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(1M) System Administration Commands tzselect(1M)NAME
tzselect - select a time zone
SYNOPSIS
/usr/bin/tzselect
DESCRIPTION
The tzselect program asks you a series of questions about the current location and outputs the resulting time zone description to standard
output. The output is suitable as a value for the TZ environment variable.
All user interaction is through standard input and standard error.
OPTIONS
The tzselect command has no options.
EXIT STATUS
The following exit values are returned:
0 Timezone information was successfully obtained.
>0 An error occurred.
FILES
/usr/share/lib/zoneinfo
directory containing timezone data files
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
|Stability |Evolving |
+-----------------------------+-----------------------------+
SEE ALSO zdump(1M), zic(1M), ctime(3C), attributes(5)SunOS 5.10 6 Sep 2001 tzselect(1M)
Hello again,
under hp-ux i have a file /etc/TIMEZONE. here is definied which timezone i am.
i dont know who reads this file to set after reading the timezone under /usr/lib/tztab.
my 2 questions, who reads the file /etc/TIMEZONE ( which service ) and do i need in the first line to set my... (6 Replies)
I would really like to have a script that will accept the key press from the user with out having to press the enter key afterwards.
i.e.
echo "Press Y to print \c"
read YesNo
At this point the user has to press the enter key to continue. Is there a way to accept the key press from the... (3 Replies)
Hi
I have changed my timezone using the command
export TZ='Asia/Calcutta"
but teh affect is taking place only in teh shell where I am logged in. If I export teh variable when I open the new session, things are fine.
Can I affetct the change universally, without restarting the server.
... (2 Replies)
Hi all,
i have running an hp-ux a-class server with hp-ux 11.00.
All users without root are using the wrong timezone. root is using METDST, all others are using EDT.
I have checked /etc/profile /etc/TIMEZONE /etc/ntp.conf and the .profiles from the users. But there is no failure...
Is... (4 Replies)
Hi,
I've got a bunch of IBM AIX 5L 5.3 and 5L 5.2 servers here that I've inherited from my predecessor in a new job, and I'm trying to sort out their timezones. A number of them need to have their timezones changed to the correct setting - it would appear that they were not configured properly... (2 Replies)
Hi
As per Suns guide, I have installed the 2 patches that are required to prepare for the US DST change. The first patch updates the zoneinfo database in /usr/share/lib/zoneinfo and I can test that the patch has worked by running the following command
zdump -v US/Eastern | grep 2007
The... (5 Replies)
I am having some problems trying to come up with way that my script can press <enter> for me.
I am surrounded by people who are not UNIX friendly, and I want my script to push Enter for me, without bothering the user to hit it.
Is that possible?
maybe with stty or something?
Been racking... (8 Replies)
Hey guys,
is thr any easy way of fetching Timezone of the Solaris server in (+/-)HHMM format using shell scripts.
Say, if the current time zone is GMT, the script should return +0000
If the current timezone is Asia/Calcutta in /etc/TIMEZONE, the scripts has to return +0530 (5 Replies)
Hi all,
I got the request to make a Perl script with the requirements as follow:
1. Make a program that just shows the time, a clock on the format 12:01:24.
2. When someone press key combination Ctrl -p the program should pause, ie the clock will stand still. When the Ctrl - p is pressed... (3 Replies)
Hi
I have coded 300 line script.Its not indented properly.i am not good at indentation.
I would appreciate your help on this.
i want to use a 4 space indentataion.Hence if i "set tabstop=4" and use tabs for coding and if some one else open
this script in their system it looks unindented since... (11 Replies)
india
22/11/2009 10:00:00 AM
sweden
22/11/2009 01:30:00 PM
As mentioned above i will get the datetime string from my customer and i need to change that String into diffrnt timezone as mentioned above.
---------- Post updated at 01:54 AM ---------- Previous update was at 01:01 AM ----------... (5 Replies)
I'm just starting this whole scripting thing, and I'm trying to write a simple script which will ask the user to press a key between 3-7. If they press a key that's not between 3-7, it will tell the user such.
Here's my script:
#!/bin/bash
blah=1
echo -n "Press a key from 3-7."
read... (3 Replies)
Hi Experts,
I have a script in which I want to disable the "Enter" key press. Actually my script executes some process in background. So, till that background process is running, I don't want "Enter" key to be pressed by user. Is this can be achieved using trap command? (6 Replies)
Hi i have a case statement so when the user selects a differnent timezone the TZ value should change, so when another script generates a html page the when date is displayed the time corresponds to the timezone selected. I can't get the TZ to change when using a script but can change the TZ by... (7 Replies)