Skip to content

Commit

Permalink
fix GMT problem
Browse files Browse the repository at this point in the history
  • Loading branch information
phpgao committed May 21, 2015
1 parent e276722 commit ec1eabd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Logs.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
include 'header.php';
include 'menu.php';

date_default_timezone_set('PRC');

$stat = Typecho_Widget::widget('Widget_Stat');

$db = Typecho_Db::get();
Expand Down

0 comments on commit ec1eabd

Please sign in to comment.