From a6e3ce4fd656132e5482e2bc7fc0f7cdf4633077 Mon Sep 17 00:00:00 2001 From: Gregor Harlan Date: Sun, 26 Jul 2020 20:29:40 +0200 Subject: datetime: new format "p", same as "P" but returning "Z" for UTC --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) (limited to 'UPGRADING') 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 -- cgit v1.2.1