| 1 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
1 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 2 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
2 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 3 | |
3 | |
| 4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.10 2003/11/23 16:27:02 swift Exp $ --> |
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.11 2003/11/24 05:23:11 swift Exp $ --> |
| 5 | |
5 | |
| 6 | <sections> |
6 | <sections> |
| 7 | <section> |
7 | <section> |
| 8 | <title>Timezone</title> |
8 | <title>Timezone</title> |
| 9 | <body> |
9 | <body> |
| … | |
… | |
| 14 | symlink to <path>/etc/localtime</path> using <c>ln</c>: |
14 | symlink to <path>/etc/localtime</path> using <c>ln</c>: |
| 15 | </p> |
15 | </p> |
| 16 | |
16 | |
| 17 | <pre caption="Setting the timezone information"> |
17 | <pre caption="Setting the timezone information"> |
| 18 | # <i>ls /usr/share/zoneinfo</i> |
18 | # <i>ls /usr/share/zoneinfo</i> |
| 19 | <comment>(Suppose you want to use GTM:)</comment> |
19 | <comment>(Suppose you want to use GMT:)</comment> |
| 20 | # <i>ln -sf /usr/share/zoneinfo/GMT /etc/localtime</i> |
20 | # <i>ln -sf /usr/share/zoneinfo/GMT /etc/localtime</i> |
| 21 | </pre> |
21 | </pre> |
| 22 | |
22 | |
| 23 | </body> |
23 | </body> |
| 24 | </section> |
24 | </section> |