rename svn revision variable to one with underscore, to not pollute
[minix3.git] / commands / zoneinfo / tzselect.8.txt
blob9813bd4b981b207030e5b6b300954ee9c1438d64
1 NAME
3      tzselect - select a time zone
5 SYNOPSIS
6      tzselect
8 DESCRIPTION
9      The tzselect program asks the user for information about the
10      current location, and outputs the resulting time zone
11      description to standard output.  The output is suitable as a
12      value for the TZ environment variable.
14      All interaction with the user is done via standard input and
15      standard error.
17 ENVIRONMENT VARIABLES
18      AWK  Name of a Posix-compliant awk program (default:  awk).
20      TZDIR
21           Name of the directory containing time zone data files
22           (default:  /usr/local/etc/zoneinfo).
24 FILES
25      TZDIR/iso3166.tab
26           Table of ISO 3166 2-letter country codes and country
27           names.
29      TZDIR/zone.tab
30           Table of country codes, latitude and longitude, TZ
31           values, and descriptive comments.
33      TZDIR/TZ
34           Time zone data file for time zone TZ.
36 EXIT STATUS
37      The exit status is zero if a time zone was successfully
38      obtained from the user, nonzero otherwise.
40 SEE ALSO
41      newctime(3), tzfile(5), zdump(8), zic(8)