2 .\" Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH TIMEZONE 4 "Feb 18, 2003"
8 timezone \- default timezone data base
18 The timezone file contains information regarding the default timezone for each
19 host in a domain. Alternatively, a single default line for the entire domain
20 may be specified. Each entry has the format:
24 \fITimezone-name official-host-or-domain-name\fR
30 Items are separated by any number of blanks and/or TAB characters. A `#'
31 indicates the beginning of a comment; characters up to the end of the line are
32 not interpreted by routines which search the file. The timezone is a pathname
33 relative to the directory \fB/usr/share/lib/zoneinfo\fR.
36 This file is not actually referenced by any system software; it is merely used
37 as a source file to construct the \fBNIS\fR \fBtimezone.byname\fR map. This map
38 is read by \fBsysidtool\fR(1M) to initialize the timezone of the client system
39 at installation time. For more information, see the \fISolaris Express
40 Installation Guide: Basic Installations\fR.
43 The \fBtimezone\fR file does not set the timezone environment variable
44 \fBTZ\fR. See \fBTIMEZONE\fR(4) for information to set the \fBTZ\fR environment
48 \fBExample 1 \fRTypical timezone line
51 Here is a typical line from the \fB/etc/timezone\fR file:
56 US/Eastern East.Sun.COM #Sun East Coast
65 \fB\fB/etc/timezone\fR\fR
74 \fBsysidtool\fR(1M), \fBTIMEZONE\fR(4)
77 \fISolaris Express Installation Guide: Basic Installations\fR