neysx 05/08/21 22:44:26 Modified: xml/htdocs/doc/en guide-localization.xml Log: #103041 Add same warning about GMT* time zones as in handbook
Revision Changes Path 1.31 +8 -6 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.31&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.31&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.30&r2=1.31&cvsroot=gentoo Index: guide-localization.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- guide-localization.xml 20 Aug 2005 16:35:31 -0000 1.30 +++ guide-localization.xml 21 Aug 2005 22:44:26 -0000 1.31 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.30 2005/08/20 16:35:31 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.31 2005/08/21 22:44:26 neysx 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.21</version> -<date>2005-08-20</date> +<version>1.22</version> +<date>2005-08-22</date> <chapter> <title>Time zone</title> @@ -38,9 +38,11 @@ <body> <p> -In order to keep time properly, <path>/etc/localtime</path> must point to -the correct time zone data file. Look around in -<path>/usr/share/zoneinfo/</path> and pick your timezone or a near-by big city. +In order to keep time properly, <path>/etc/localtime</path> must point to the +correct time zone data file. Look around in <path>/usr/share/zoneinfo/</path> +and pick your timezone or a near-by big city. Please avoid the +<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not +indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8. </p> <pre caption="setting the timezone"> -- [EMAIL PROTECTED] mailing list
