California governor candidates to talk ‘key issues’ at Tuesday debate
Another debate in California’s governor’s race is set for Tuesday, April 28, coming nearly a week after leading gubernatorial candidates addressed homelessness and California’s gas tax in a different debate.
Californians will soon have their ballots to vote in the primary election in June, a key opportunity for voters to decide which two candidates for the governor’s race will move on to the election in November.
The debate will be held at Pomona College’s Bridges Auditorium in Claremont, and it’s in partnership with CBS News California, the Asian Pacific American Public Affairs and Pomona College.
Here’s what you need to know about it.
What time is the California governor debate?
The debate starts at 5:30 p.m. PDT and runs until 7 p.m. PDT.
Which candidates will attend?
Here are the candidates that will appear at the debate on April 28, according to Pomona College:
- Xavier Becerra
- Chad Bianco
- Steve Hilton
- Matt Mahan
- Katie Porter
- Tom Steyer
- Tony Thurmond
- Antonio Villaraigosa
“All candidates with active campaigns, who are listed on the ballot and had at least 1% support in both the Emerson College and LA Times/UC Berkeley polls, were invited to participate in the debate,” according to Pomona College.
How to watch California governor debate
CBS stations in San Diego, Los Angeles, Santa Barbara, San Francisco, Sacramento and Fresno will broadcast the debate, according to CBS News. People can also stream the debate on CBSLA.com, CBSSacramento.com, and KPIX.com.
According to CBS, the debate will focus on “key issues shaping the future of the state, including public safety, housing, and the economy.” Pomona College said voters will hear from candidates on issues such as “affordability, environmental policy and immigration.”
When is the next California governor debate?
CNN will host a two-hour debate on May 5 in the Los Angeles area.
When do we vote for California governor?
Californians will vote in the primary election on June 2. The two candidates with the most votes will go on to the general election on Nov. 3.
When do I get my ballot for the primary election?
All active registered voters in California will receive a ballot for the primary election. Elections officials will begin mailing out those ballots by May 4.
Paris Barraza is a reporter covering Los Angeles and Southern California for the USA TODAY Network. Reach her at pbarraza@usatodayco.com.
(function () { let route = window.ga_data.route, headline = route.headline || document.title, url = route.url, sponsoredText = (route.sponsoredSeries || route.sponsoredStory) ? 'Story From ' + route.sponsoredName + ': ' : '';
nsbFacebookURL(url, headline); nsbTwitterURL(url, headline, sponsoredText); nsbEmailURL(url, headline, sponsoredText); nsbSMSURL(url, headline, sponsoredText);
function nsbFacebookURL(url, headline) { let ele = document.querySelectorAll('.nsb-facebook'); if (!ele) return;
nsbSetLink(ele, `https://www.facebook.com/dialog/feed?app_id=${window.ga_data.site.facebook.appid}&redirect_uri=${window.location.href}&link=${url}&name=${encodeURIComponent(headline)}`); }
function nsbTwitterURL(url, headline, sponsoredText) { let ele = document.querySelectorAll('.nsb-twitter'); if (!ele) return;
let text = encodeURIComponent(`${sponsoredText}${headline}`); nsbSetLink(ele, `https://twitter.com/intent/tweet?text=${text} ${url} via @${window.ga_data.site.twitter.primary_account}`); }
function nsbEmailURL(url, headline, sponsoredText) { let description = document.querySelector('meta[name="description"]') ? encodeURIComponent(document.querySelector('meta[name="description"]').getAttribute('content')) : null, siteName = window.ga_data.site.publicationName, text = encodeURIComponent(`${sponsoredText}${headline}`);
if (!description && text) ele.remove(); else nsbSetLink(document.querySelectorAll('.nsb-email'), `mailto:?subject=${siteName} ${text}&body=From ${siteName}%0D%0A${text}%0D%0A${description}%0D%0A%0D%0A${url}%0D%0A%0D%0A%0D%0A%0D%0A`); }
function nsbSMSURL(url, headline, sponsoredText) { let ele = document.querySelectorAll('.nsb-text'); if (!ele) return;
let text = encodeURIComponent(`${sponsoredText}${headline}`) + '%0A%0A'; nsbSetLink(ele, `sms:?&body=${text}${encodeURIComponent(url)}`); }
function nsbSetLink (ele, url) { let links = ele; links.forEach(link => { link.setAttribute('href', url); }); } })();
function fireNavShareAnalytics (type) { try { let analytics = document.getElementById("pageAnalytics"), section = ga_data.route.sectionName || ga_data.route.ssts.split('/')[0]; if (analytics) { analytics.fireEvent(`${ga_data.route.basePageType}:${section}:nav-share-buttons:${type}`); } else { if (window.newrelic) window.newrelic.noticeError('page analytics tag not found'); } } catch (e) { if (window.newrelic) window.newrelic.noticeError(e); } }