It is easy with strtotime() ;)
$current_time = strtotime('now'); if ($current_time > strtotime('friday this week 8:00pm') && $current_time < strtotime('saturday this week 1:00am')) { // Special logo }