Skip to content

Commit

Permalink
fix the timezone difference
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgsoc2013 committed Jun 16, 2013
1 parent 82e3613 commit f705115
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -134,7 +134,7 @@ public function testApplyTransformation()
$meta = new Text_Plain_Dateformat_Meta();
$meta->type = 'int';
$result = '<dfn onclick="alert(\'12345\');" title="12345">'
. 'Jan 01, 1970 at 04:25 AM</dfn>';
. 'Jan 01, 1970 at 03:25 AM</dfn>';
$this->assertEquals(
$result,
$this->object->applyTransformation($timestamp, $options, $meta)
Expand Down

0 comments on commit f705115

Please sign in to comment.