Warning: strtotime(): It is not safe to rely on the system’s timezone settings in CakePHP SOLVED
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…