zoukankan      html  css  js  c++  java
  • cacti Time Zone Warning

    Similar to the Deprecated Warning, you may see the following warning in your logs

    PHP Warning:  strtotime(): It is not safe to rely on the system's timezone settings. You are
    *required* to use the date.timezone setting or the date_default_timezone_set() function. In case
    you used any of those methods and you are still getting this warning, you most likely misspelled
    the timezone identifier. We selected 'Europe/Berlin' for 'CET/1.0/no DST' instead in
    /usr/share/cacti/include/global_constants.php on line 156

    In this case, simply follow the directions. Set your timezone in /etc/php.ini

    ; Defines the default timezone used by the date functions
    ; http://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone
    date.timezone =America/Regina
  • 相关阅读:
    Mybatis学习笔记14
    Mybatis学习笔记13
    Mybatis学习笔记12
    poj 2513
    poj 2001
    poj 1080
    poj 1703
    poj 1521
    poj 1384
    poj 1726
  • 原文地址:https://www.cnblogs.com/weaver1/p/2380827.html
Copyright © 2011-2022 走看看