From 400f2c8445459bcd44b1ee0b62a18e607c206123 Mon Sep 17 00:00:00 2001 From: Pieter Hordijk Date: Tue, 4 Apr 2017 08:59:24 +0000 Subject: [PATCH] Documented the possibility of using offset values implemented in 5.5.10 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342230 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/datetimezone/construct.xml | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/reference/datetime/datetimezone/construct.xml b/reference/datetime/datetimezone/construct.xml index 69cfeeb537..ccff9509f5 100644 --- a/reference/datetime/datetimezone/construct.xml +++ b/reference/datetime/datetimezone/construct.xml @@ -33,7 +33,8 @@ timezone - One of the supported timezone names. + One of the supported timezone names + or an offset value (+0200). @@ -57,6 +58,30 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.5.10 + + The timezone parameter accepts offset values. + + + + + + + + &reftitle.examples;