timezone_config.php 52 B

12345
  1. <?php
  2. return array(
  3. 'DEFAULT_TIMEZONE'=>'PRC',
  4. );
  5. ?>