Please check if your timezone is set correctly in your Sendy’s main settings.
Also, I checked your phpinfo and see that the date.timezone’s value is empty. Set a timezone in date.timezone as well. List of supported timezones http://php.net/manual/en/timezones.php
Amazing! Thanks, Ben. I needed to adjust the date.timezone like you mentioned on my sendy server and then adjust the Date() object being sent to match.
Comments
Hi,
Please check if your timezone is set correctly in your Sendy’s main settings.
Also, I checked your phpinfo and see that the
date.timezone
’s value is empty. Set a timezone indate.timezone
as well. List of supported timezones http://php.net/manual/en/timezones.phpBest regards,
Ben
Amazing! Thanks, Ben. I needed to adjust the
date.timezone
like you mentioned on my sendy server and then adjust theDate()
object being sent to match.