OSDN Git Service

(split) Import translated manuals from JM CVS Repository.
[linuxjm/LDP_man-pages.git] / original / man8 / tzselect.8
1 .\" This page is in the public domain
2 .\"
3 .TH TZSELECT 8 2007-05-18 "" "Linux System Administration"
4 .SH NAME
5 tzselect \- select a timezone
6 .SH SYNOPSIS
7 .B tzselect
8 .SH DESCRIPTION
9 The
10 .B tzselect
11 program asks the user for information about the current location,
12 and outputs the resulting timezone description to standard output.
13 The output is suitable as a value for the
14 .B TZ
15 environment variable.
16 .PP
17 All interaction with the user is done via standard input and standard error.
18 .SH "EXIT STATUS"
19 The exit status is zero if a timezone was successfully obtained
20 from the user, nonzero otherwise.
21 .SH ENVIRONMENT
22 .TP
23 \fBAWK\fP
24 Name of a Posix-compliant
25 .I awk
26 program (default:
27 .BR awk ).
28 .TP
29 \fBTZDIR\fP
30 Name of the directory containing timezone data files (default:
31 .IR /usr/share/zoneinfo ).
32 .\" or perhaps /usr/local/etc/zoneinfo in some older systems.
33 .SH FILES
34 .TP
35 \fBTZDIR\fP\fI/iso3166.tab\fP
36 Table of ISO 3166 2-letter country codes and country names.
37 .TP
38 \fBTZDIR\fP\fI/zone.tab\fP
39 Table of country codes, latitude and longitude, TZ values, and
40 descriptive comments.
41 .TP
42 \fBTZDIR\fP\fI/\fP\fITZ\fP
43 Time zone data file for timezone \fITZ\fP.
44 .SH "SEE ALSO"
45 .BR tzfile (5),
46 .BR zdump (8),
47 .BR zic (8)
48 .\" @(#)tzselect.8      1.3