]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/DateTimeFormat.php
Enable communication with Peertube
[friendica.git] / src / Util / DateTimeFormat.php
index 8545cd07c43668ac938e16feff57135ebc425a31..8eead1d2e51919c2cc84f7444c65a17c70099996 100644 (file)
@@ -18,6 +18,7 @@ class DateTimeFormat
 {
        const ATOM = 'Y-m-d\TH:i:s\Z';
        const MYSQL = 'Y-m-d H:i:s';
+       const HTTP = 'D, d M Y H:i:s \G\M\T';
 
        /**
         * convert() shorthand for UTC.