Index: trunk/phase3/includes/SpecialExport.php |
— | — | @@ -410,7 +410,7 @@ |
411 | 411 | |
412 | 412 | function wfTimestamp2ISO8601( $ts ) { |
413 | 413 | #2003-08-05T18:30:02Z |
414 | | - return preg_replace( '/^(....)(..)(..)(..)(..)(..)$/', '$1-$2-$3T$4:$5:$6Z', $ts ); |
| 414 | + return preg_replace( '/^(....)(..)(..)(..)(..)(..)$/', '$1-$2-$3T$4:$5:$6Z', wfTimestamp( TS_MW, $ts ) ); |
415 | 415 | } |
416 | 416 | |
417 | 417 | function xmlsafe( $string ) { |