久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      laravel5怎么設(shè)置時(shí)區(qū)

      laravel設(shè)置時(shí)區(qū)的方法:1、打開項(xiàng)目下的“/config/app.php”文件;2、在“app.php”中,查找“'timezone' =>”項(xiàng),將該項(xiàng)的值設(shè)置為需要的時(shí)區(qū)標(biāo)識(shí)符,例“Asia/Shanghai”或者“PRC”即可。

      laravel5怎么設(shè)置時(shí)區(qū)

      本教程操作環(huán)境:windows7系統(tǒng)、Laravel5版、Dell G3電腦。

      laravel設(shè)置時(shí)區(qū)的方法

      laravel 的時(shí)區(qū)與PHP的時(shí)區(qū)是一樣的。你可以上http://php.net/manual/zh/timezones.php 查找你所需要的時(shí)區(qū)標(biāo)識(shí)符。

      到項(xiàng)目下/config/app.php中查找

      'timezone' => 'UTC',

      utc修改你所需要的時(shí)區(qū)標(biāo)識(shí)符(也就是在 http://php.net/manual/zh/timezones.php 查找到的 )

      比如中國就修改為

      'timezone' => 'Asia/Shanghai',

      或者

      'timezone' => 'PRC',

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)