Skip to content

Commit

Permalink
remove default timezone #411
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor committed Apr 5, 2019
1 parent d773e51 commit 4e5c240
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Lib/Constants.php
Expand Up @@ -12,10 +12,6 @@
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/

// Date.timezone
if (!ini_get('date.timezone')) {
date_default_timezone_set('Asia/Shanghai');
}
// Display errors.
ini_set('display_errors', 'on');
// Reporting all.
Expand Down

0 comments on commit 4e5c240

Please sign in to comment.