link the date.timezone ini option to its page

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214305 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2006-06-06 11:20:24 +00:00
parent 4e79049301
commit 4b59e8d1bc

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<refentry id="function.date-default-timezone-set">
<refnamediv>
<refname>date_default_timezone_set</refname>
@ -28,7 +28,8 @@
</note>
<para>
Instead of using this function to set the default timezone in your script,
you can also use the INI setting "date.timezone" to set the default
you can also use the INI setting <link
linkend="ini.date.timezone">date.timezone</link> to set the default
timezone.
</para>
</refsect1>