Penguin
Annotated edit history of tzselect(8) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 TZSELECT
2 !!!TZSELECT
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 ENVIRONMENT VARIABLES
7 FILES
8 EXIT STATUS
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 tzselect - select a time zone
15 !!SYNOPSIS
16
17
18 __tzselect__
19 !!DESCRIPTION
20
21
22 The __tzselect__ program asks the user for information
23 about the current location, and outputs the resulting time
24 zone description to standard output. The output is suitable
25 as a value for the TZ environment variable.
26
27
28 All interaction with the user is done via standard input and
29 standard error.
30 !!ENVIRONMENT VARIABLES
31
32
33 __AWK__
34
35
36 Name of a Posix-compliant ''awk'' program (default:
37 __awk__).
38
39
40 __TZDIR__
41
42
43 Name of the directory containing time zone data files
44 (default: __/usr/local/etc/zoneinfo__).
45 !!FILES
46
47
48 ''TZDIR''__/iso3166.tab__
49
50
51 Table of ISO 3166 2-letter country codes and country
52 names.
53
54
55 ''TZDIR''__/zone.tab__
56
57
58 Table of country codes, latitude and longitude, TZ values,
59 and descriptive comments.
60
61
62 ''TZDIR''__/__''TZ''
63
64
65 Time zone data file for time zone ''TZ''.
66 !!EXIT STATUS
67
68
69 The exit status is zero if a time zone was successfully
70 obtained from the user, nonzero otherwise.
71 !!SEE ALSO
72
73
74 newctime(3), tzfile(5), zdump(8), zic(8)
75 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.