Fix a problem in the codebase where we create, schedule and update newsletters in the user time zone, but we set the ProcessedAt with another timezone Also, `Carbon::createFromTimestamp($this->wp->currentTime('mysql'))` is not a valid date. It would return date: '1970-01-01 00:35:29.000000' MAILPOET-5795