nightmorph 09/02/11 09:02:53 Modified: guide-localization.xml Log: updated TZ stuff for bug 250717
Revision Changes Path 1.51 xml/htdocs/doc/en/guide-localization.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.51&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.51&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.50&r2=1.51 Index: guide-localization.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- guide-localization.xml 30 Nov 2008 11:28:59 -0000 1.50 +++ guide-localization.xml 11 Feb 2009 09:02:53 -0000 1.51 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.50 2008/11/30 11:28:59 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.51 2009/02/11 09:02:53 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/guide-localization.xml"> @@ -22,6 +22,9 @@ <author title="Editor"> <mail link="[email protected]">Flammie Pirinen</mail> </author> +<author title="Editor"> + <mail link="nightmorph"/> +</author> <abstract> This guide should help users localize their Gentoo Linux distribution to any @@ -29,8 +32,8 @@ the German doc. Includes configuration for use of the euro currency symbol. </abstract> -<version>1.38</version> -<date>2008-11-30</date> +<version>1.39</version> +<date>2009-02-11</date> <chapter> <title>Time zone</title> @@ -49,6 +52,9 @@ <pre caption="Setting the timezone information"> # <i>ls /usr/share/zoneinfo</i> <comment>(Suppose you want to use Brussels)</comment> +<comment>(First copy the proper zone to localetime)</comment> +# <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i> +<comment>(Now specify your timezone)</comment> # <i>nano -w /etc/conf.d/clock</i> TIMEZONE="Europe/Brussels"
