The Events Calendar, wp_query returning event date not published date

Support answered and said they didn’t know how to get the published date, but they would ask their team. For anyone else looking for this answer, I finally found that I can use this to get this published date:
$date = mysql2date(‘F d, Y’, get_post_time(‘Y-m-d H:i:s’, true), false);