1timezone(4) File Formats timezone(4)
2
3
4
6 timezone - default timezone data base
7
9 /etc/timezone
10
11
13 The timezone file contains information regarding the default timezone
14 for each host in a domain. Alternatively, a single default line for the
15 entire domain may be specified. Each entry has the format:
16
17 Timezone-name official-host-or-domain-name
18
19
20
21 Items are separated by any number of blanks and/or TAB characters. A
22 `#' indicates the beginning of a comment; characters up to the end of
23 the line are not interpreted by routines which search the file. The
24 timezone is a pathname relative to the directory /usr/share/lib/zone‐
25 info.
26
27
28 This file is not actually referenced by any system software; it is
29 merely used as a source file to construct the NIS timezone.byname map.
30 This map is read by sysidtool(1M) to initialize the timezone of the
31 client system at installation time. For more information, see the
32 Solaris Express Installation Guide: Basic Installations.
33
34
35 The timezone file does not set the timezone environment variable TZ.
36 See TIMEZONE(4) for information to set the TZ environment variable.
37
39 Example 1 Typical timezone line
40
41
42 Here is a typical line from the /etc/timezone file:
43
44
45 US/Eastern East.Sun.COM #Sun East Coast
46
47
48
50 /etc/timezone
51
52
54 sysidtool(1M), TIMEZONE(4)
55
56
57 Solaris Express Installation Guide: Basic Installations
58
59
60
61SunOS 5.11 18 Feb 2003 timezone(4)