function checkTime(i) {
if (i < 10) {
i = "0" + i;
}
return i;
}
function startTime() {
var ampm="";
var today = new Date();
var n = today.getTimezoneOffset();
var temp=(0*60)/60;
var h = today.getHours();
h=(temp+h);
var m = today.getMinutes();
var s = today.getSeconds();
// add a zero in front of numbers<10
m = checkTime(m);
s = checkTime(s); document.getElementById("tka_time").innerHTML ="Time "+ h + ":" + m + ":" + s +" "+ampm;
t = setTimeout(function() {
startTime()
}, 500);
}
startTime();
2026-07-04









Let Us Know What You Need
Our team is ready to fabricate the products you need for your heating, ventilation, or air conditioning application. Reach out to tell us about your project.