I updated this file on your site: /templates/ja_landscape/html/com_content/article/special.php
Line 77:
<?php //if ((strtotime($this->item->publish_down) < strtotime(Factory::getDate())) && $this->item->publish_down != Factory::getDbo()->getNullDate()) : ?>
<?php if (!is_null($this->item->publish_down) && $this->item->publish_down < $currentDate) : ?>
<span class="badge badge-warning"><?php echo Text::_('JEXPIRED'); ?></span>
<?php endif; ?>