• Home
  • ANGULAR
  • JAVASCRIPT
  • ABOUT ME

Alex Arriaga

  • Home
  • ANGULAR
  • JAVASCRIPT
  • ABOUT ME
© 2023 Alex Arriaga

Tag: CakePHP

CakePHP PHP Web Development

Warning: strtotime(): It is not safe to rely on the system’s timezone settings in CakePHP SOLVED

Posted on May 12, 2014by alex-arriaga

If you are trying to run the CakePHP console from your command line, probably you are obtaining a warning related with the system’s timezone, that is a normal behavior if your web server doesn’t have a timezone configured correctly. Let’s see an example about this and how to solve it. Problem Warning: strtotime(): It is…