From 33a85af0b7964e350e0c968cc9228b6afd6f80fd Mon Sep 17 00:00:00 2001 From: Alexandre Russo Date: Wed, 21 May 2014 12:24:24 +0200 Subject: [PATCH] PHPCI/Plugin/Xmpp.php : default date format is now %c --- PHPCI/Plugin/Xmpp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHPCI/Plugin/Xmpp.php b/PHPCI/Plugin/Xmpp.php index 160a664a..28c10920 100644 --- a/PHPCI/Plugin/Xmpp.php +++ b/PHPCI/Plugin/Xmpp.php @@ -77,7 +77,7 @@ class XMPP implements \PHPCI\Plugin $this->alias = ''; $this->recipients = array(); $this->tls = false; - $this->date_format = '%d/%m/%Y %l:%M %P'; + $this->date_format = '%c'; /* * Set recipients list