From 29add3a65e14b1b642c5a9d4f90e421ac9a1f19a Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 8 Oct 2005 19:35:57 +0000 Subject: [PATCH] link to the timezones' appendix expand the error messages (E_STRICT) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197929 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../datetime/functions/date-default-timezone-set.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/reference/datetime/functions/date-default-timezone-set.xml b/reference/datetime/functions/date-default-timezone-set.xml index ff0b9cc002..cbac8b394c 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 @@ -21,7 +21,9 @@ Since PHP 5.1.0 (when the date/time functions were rewritten), every call to a date/time function will generate a E_NOTICE if - the timezone isn't valid. + the timezone isn't valid, and/or a E_STRICT message + if using the system settings or the TZ environment + variable. @@ -35,7 +37,8 @@ The timezone identifier, like UTC or - Europe/Lisbon + Europe/Lisbon. The list of valid identifiers is + available in the .