PostgreSQL: Fix timestamp in Special:ListFiles
authorJeff Janes <jeff.janes@gmail.com>
Mon, 23 Feb 2015 21:25:07 +0000 (13:25 -0800)
committerUmherirrender <umherirrender_de.wp@web.de>
Thu, 26 Feb 2015 19:52:04 +0000 (19:52 +0000)
commit36e37310841f6ec6d0185119d17fa7bbcbdecf26
tree83260973740bd18c582f87901618d9708232909c
parente5bc3400e4e884f67d79d4f59e438cd1a4dc7fdd
PostgreSQL: Fix timestamp in Special:ListFiles

The database field img_timestamp needs to converted
from database timestamp format to the wf internal format.

Bug: T72931
Change-Id: Ifbac6805a43a809962372016668c3e41fcaeb7c0
includes/specials/SpecialListfiles.php