From: Aaron Schulz Date: Fri, 7 Nov 2008 21:19:34 +0000 (+0000) Subject: Return TS in MW format X-Git-Tag: 1.31.0-rc.0~44413 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=9bf9d1cc78edbcd1f09d93ea61f46db7ebd5b057;p=lhc%2Fweb%2Fwiklou.git Return TS in MW format --- diff --git a/includes/filerepo/ArchivedFile.php b/includes/filerepo/ArchivedFile.php index 646256bbba..f6bbda306b 100644 --- a/includes/filerepo/ArchivedFile.php +++ b/includes/filerepo/ArchivedFile.php @@ -251,7 +251,7 @@ class ArchivedFile */ public function getTimestamp() { $this->load(); - return $this->timestamp; + return wfTimestamp( TS_MW, $this->timestamp ); } /**