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