Menu

#56 Warning: strftime(): It is not safe to rely on the system's timezone settings

v1.0_(example)
open
nobody
None
1
2013-03-30
2013-02-07
Zurd
No

Even though it's working very good, I have those warnings everywhere on every page :

Configure Global Parameters Saved:
Warning: strftime(): 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 the timezone 'UTC' for now, but please set date.timezone to select your timezone.

Discussion

  • Joe Constant

    Joe Constant - 2013-03-29

    That's not a bug in Magmi. That's a PHP configuration setting that you need to set. Look at your php.ini and the value of date.timezone. The warning message is actually telling you what you need to do.

     
  • Zurd

    Zurd - 2013-03-30

    You nailed it perfectly well ! I'm using a cPanel from a web host, something was wrong with their php.ini, they reset it and it's working like a charm.

    Thanks !

     
  • Zurd

    Zurd - 2013-03-30

    I don't have the privilege of closing this ticket unfortunately, so you'll need to close it. One down :)

     

Log in to post a comment.