From 8a6712309afa60574eac02128017ca7f8d14377e Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 27 Apr 2006 14:19:29 +0000 Subject: [PATCH] - Added tip to date.timezone setting here. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212079 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/date-default-timezone-set.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reference/datetime/functions/date-default-timezone-set.xml b/reference/datetime/functions/date-default-timezone-set.xml index 3f47330153..251fa59a0a 100755 --- a/reference/datetime/functions/date-default-timezone-set.xml +++ b/reference/datetime/functions/date-default-timezone-set.xml @@ -1,5 +1,5 @@ - + date_default_timezone_set @@ -26,6 +26,11 @@ variable. + + 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. +