Index: trunk/phase3/includes/filerepo/ArchivedFile.php |
— | — | @@ -251,7 +251,7 @@ |
252 | 252 | */ |
253 | 253 | public function getTimestamp() { |
254 | 254 | $this->load(); |
255 | | - return $this->timestamp; |
| 255 | + return wfTimestamp( TS_MW, $this->timestamp ); |
256 | 256 | } |
257 | 257 | |
258 | 258 | /** |