 <?php

 $t = date("H");

 if ($t == "02")  {
 	$url0 = "https://google.com";
 } elseif ($t == "01") {
 	$url0= "https://a...content-available-to-author-only...n.com";
 }   else {
    $url0 = "javascript:void(0)";
}
?>
<a href="<?=$url0?>" class="td_download_btn">Test</a>