swift 05/06/10 18:43:56 Modified: xml/htdocs/doc/en guide-localization.xml Log: #93058 - Use hardware clock instead of system clock
Revision Changes Path 1.26 +7 -7 xml/htdocs/doc/en/guide-localization.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.26&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml?rev=1.26&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-localization.xml.diff?r1=1.25&r2=1.26&cvsroot=gentoo Index: guide-localization.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- guide-localization.xml 2 Jun 2005 19:07:11 -0000 1.25 +++ guide-localization.xml 10 Jun 2005 18:43:56 -0000 1.26 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.25 2005/06/02 19:07:11 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.26 2005/06/10 18:43:56 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/guide-localization.xml"> @@ -29,8 +29,8 @@ the German doc. Includes configuration for use of the euro currency symbol. </abstract> -<version>1.16</version> -<date>2005-06-02</date> +<version>1.17</version> +<date>2005-06-10</date> <chapter> <title>Time zone</title> @@ -66,17 +66,17 @@ </chapter> <chapter> -<title>System Clock</title> +<title>Hardware Clock</title> <section> <body> <p> -In most Gentoo Linux installations, your system clock is set to +In most Gentoo Linux installations, your hardware clock is set to UTC (or GMT, Greenwich Mean Time) and then your timezone is taken into account to determine the actual, local time. If, -for some reason, you need your system clock not to be in UTC, +for some reason, you need your hardware clock not to be in UTC, you will need to edit <path>/etc/rc.conf</path> and change the -value of <c>CLOCK</c>. +value of <c>CLOCK</c> from <c>UTC</c> to <c>local</c>. </p> <pre caption="local vs. GMT clock"> -- [email protected] mailing list
