Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -3189,7 +3189,7 @@ |
3190 | 3190 | $dbw = wfGetDB(DB_MASTER); |
3191 | 3191 | $dbw->replace('transcache', array('tc_url'), array( |
3192 | 3192 | 'tc_url' => $url, |
3193 | | - 'tc_time' => time(), |
| 3193 | + 'tc_time' => $dbw->timestamp( time() ), |
3194 | 3194 | 'tc_contents' => $text)); |
3195 | 3195 | return $text; |
3196 | 3196 | } |