Gets the published date in timestamp format.
int Date published timestamp.
public function getDatePublishedTimestamp() { return DrupalDateTime::createFromFormat(DATE_ATOM, $this->date_published) ->getTimestamp(); }