summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorGregor Harlan <mail@gh01.de>2020-07-26 20:29:40 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-08-03 10:44:48 +0200
commita6e3ce4fd656132e5482e2bc7fc0f7cdf4633077 (patch)
tree2ab4d18d4f83c27ea49909b7b883a412f4940b7b /UPGRADING
parentbb8b95be636528ebfc6f00b2153254d06e27ead9 (diff)
downloadphp-git-a6e3ce4fd656132e5482e2bc7fc0f7cdf4633077.tar.gz
datetime: new format "p", same as "P" but returning "Z" for UTC
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index d4ddcede72..8f749b2acd 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -683,6 +683,8 @@ PHP 8.0 UPGRADE NOTES
- Date:
. Added DateTime::createFromInterface() and
DateTimeImmutable::createFromInterface().
+ . Added the DateTime format specifier "p" which is the same as "P" but
+ returning "Z" for UTC.
- Dom:
. Introduce DOMParentNode and DOMChildNode with new traversal and