r7222 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r7221‎ | r7222 | r7223 >
Date:09:02, 22 January 2005
Author:jeluf
Status:old
Tags:
Comment:
Bug#276 Make date format comply with RFC1123 and RFC2822
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -1042,7 +1042,7 @@
10431043 case TS_DB:
10441044 return gmdate( 'Y-m-d H:i:s', $uts );
10451045 case TS_RFC2822:
1046 - return gmdate( "D, j M Y H:i:s", $uts ) . ' GMT';
 1046+ return gmdate( "D, d M Y H:i:s", $uts ) . ' GMT';
10471047 default:
10481048 wfDebugDieBacktrace( 'wfTimestamp() called with illegal output type.');
10491049 }

Status & tagging log