mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
4e79049301
commit
4b59e8d1bc
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue