git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283124 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
TAKAGI Masahiro 2009-06-30 11:41:27 +00:00
parent e29b823580
commit bf16ceeacd

View file

@ -392,7 +392,8 @@ listed here (besides UTC), they only exist for backward compatible reasons.
<!ENTITY date.timezone.errors.description '<para>
Every call to a date/time function will generate a <constant>E_NOTICE</constant>
if the time zone is not valid, and/or a <constant>E_STRICT</constant> message
if the time zone is not valid, and/or a <constant>E_STRICT</constant>
or <constant>E_WARNING</constant> message
if using the system settings or the <varname>TZ</varname> environment
variable. See also <function>date_default_timezone_set</function></para>'>