- Added tip to date.timezone setting here.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212079 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2006-04-27 14:19:29 +00:00
parent b1f4f8b50a
commit 8a6712309a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry id="function.date-default-timezone-set">
<refnamediv>
<refname>date_default_timezone_set</refname>
@ -26,6 +26,11 @@
variable.
</para>
</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
timezone.
</para>
</refsect1>
<refsect1 role="parameters">