From 1ddeaaad4a2d1de5ee8d7b4f7e385878c3f9cee7 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 7 Oct 2022 19:56:02 +0000 Subject: [PATCH] And another weird date format --- src/Util/DateTimeFormat.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Util/DateTimeFormat.php b/src/Util/DateTimeFormat.php index 45ed477fa..5dfb0d6d1 100644 --- a/src/Util/DateTimeFormat.php +++ b/src/Util/DateTimeFormat.php @@ -190,6 +190,7 @@ class DateTimeFormat ['#(\w+), (\d+ \w+ \d+) (\d+:\d+:\d+) (.+)#', '$2 $3 $4'], ['#(\d+:\d+) (\w+), (\w+) (\d+), (\d+)#', '$1 $2 $3 $4 $5'], ['#(\w+ \d+, \d+) - (\d+:\d+)#', '$1, $2'], + ['~(\d+-\d+-\d+)T(\d+:\d+:\d+)+(\d+:\d+)~', '$1T$2+$3'], ]; foreach ($patterns as $pattern) {