Commit:    8c4fe03924f2bdaa1ba649b52100f0fb360f9369
Author:    Sobak <msobaczew...@gmail.com>         Mon, 23 Jan 2017 18:06:03 
+0100
Parents:   ef6bf3c92a2858c4c87575e5b0ccaf0fe689e9a5
Branches:  redesign

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=8c4fe03924f2bdaa1ba649b52100f0fb360f9369

Log:
Datetimes are still GMT/UTC but let's state that only once, in the footer

Changed paths:
  M  include/functions.php


Diff:
diff --git a/include/functions.php b/include/functions.php
index 60dff67..c1fc408 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1140,7 +1140,7 @@ DEV_TEXT;
  *
  * @return string      the formatted date
  */
-function format_date($ts = null, $format = 'Y-m-d H:i e')
+function format_date($ts = null, $format = 'Y-m-d H:i')
 {
        if (!$ts) {
                $ts = time();


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to