From e03f86db2fe0a2f8466cfa21b4d1a258416a2676 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Mon, 20 Nov 2017 20:39:26 +0000 Subject: [PATCH] Document DateTime::RFC3339_EXTENDED and DATE_RFC3339_EXTENDED Based on a patch from lauri.piisang@eesti.ee git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343431 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/datetime.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/reference/datetime/datetime.xml b/reference/datetime/datetime.xml index e2fd667230..2d57a56058 100644 --- a/reference/datetime/datetime.xml +++ b/reference/datetime/datetime.xml @@ -89,6 +89,12 @@ DateTime::RFC3339 "Y-m-d\TH:i:sP" + + const + string + DateTime::RFC3339_EXTENDED + "Y-m-d\TH:i:s.vP" + const string @@ -224,6 +230,16 @@ + + DateTime::RFC3339_EXTENDED + DATE_RFC3339_EXTENDED + + + RFC 3339 EXTENDED format (since PHP 7.0.0) (example: 2005-08-15T15:52:01.000+00:00) + + + + DateTime::RSS DATE_RSS @@ -261,6 +277,13 @@ + + 7.0.0 + + Added constants: DATE_RFC3339_EXTENDED and + DateTime::RFC3339_EXTENDED. + + 5.5.0