diff --git a/Time_display.html b/Time_display.html
index 82c248a..0e7b04b 100644
--- a/Time_display.html
+++ b/Time_display.html
@@ -37,7 +37,7 @@
`+ hours + ":" + minutes + ":" + seconds+after_decimal;
document.getElementById("Local_time").innerHTML = text;
}
- setInterval(showTime, 13);
+ setInterval(showTime, 23);