I’m getting an error when trying to run codeception tests that states:
[Exception]
DateTime::__construct(): 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.
I’ve tried echo “date.timezone = America/New_York” > /opt/circleci/php/$(phpenv global)/etc/conf.d/date.ini in dependencies: override: but doing so causes drush and codeception to not install correctly.
Any advice would be appreciated.