This is what I’ve got so far to have it display at 7PM but I believe that this will make the widget go live for anyone looking at it at 7PM locally and not be dependant on what timezone the person is in:
$hour = date_i18n(‘G’); if ($hour > 18 && $hour < 20) return true;