I came accross this nice looking template and I noticed that it is not working correctly in the Safari and Chrome browser. The Date and Time in the top right displays incorrect.
I found the solution though. It is an old script from early 2000's from dynamicdrive.com
You fix it by opening, templates/gavick_news_portal/scripts/livedatescript.js located in your template's folder.
Look for:
var cdate=""+dayarray[day]+", "+montharray[month]+" "+daym+", "+year+" "+hours+":"+minutes+":"+seconds+" "+dn
+""
change it to
var cdate="<normal><font color='000000' face='Arial'>"+dayarray[day]+", "+montharray[month]+" "+daym+", "+year+" "+hours+":"+minutes+":"+seconds+" "+dn
+"</font></normal>"