Last modified: 2006-11-09 14:10:00 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T9772, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 7772 - Date not formatting
Date not formatting
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
DynamicPageList2 (Other open bugs)
unspecified
PC Windows XP
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-10-31 17:41 UTC by Mike Benson
Modified: 2006-11-09 14:10 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Mike Benson 2006-10-31 17:41:40 UTC
<DPL>
debug=3
namespace=Talk
shownamespace=false
addeditdate=true
adduser=true
ordermethod=lastedit
order=descending
count=10
</DPL>

in the output the edit date is not correct
Comment 1 Mike Benson 2006-10-31 17:43:03 UTC
Sorry that was not really clear, the date is correct but it is in GMT.  It is
not formatted according to preferences.  If I go to the page edit history the
time is correct there.
Comment 2 Cyril Dangerville 2006-11-01 19:15:44 UTC
Yes, the user time correction/offset is ignored. To fix that, change line 1004
(v0.7.7) to:
<pre>
$r .=  $wgLang->timeanddate($aAddDates[$i], true) . ': ';
</pre>
This will be fixed in the next version.
Comment 3 Cyril Dangerville 2006-11-09 13:56:32 UTC
Fixed on subversion.
Comment 4 Rob Church 2006-11-09 14:10:00 UTC
That's r17509.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links