1
0
mirror of https://github.com/fruworg/fruworg.github.io.git synced 2025-05-15 12:20:40 +03:00
This commit is contained in:
fruworg 2023-08-02 20:42:32 +06:00
parent 818956867a
commit 93e632fd5c

@ -23,7 +23,7 @@ function updateClock() {
const minutes = formatNumber(currentDateTime.getUTCMinutes());
const seconds = formatNumber(currentDateTime.getUTCSeconds());
const dateTimeString = `${date}.${month}.${year} ${hours}:${minutes}:${seconds} UTC+6`;
const dateTimeString = `${date}.${month}.${year}, ${hours}:${minutes}:${seconds}, UTC+6`;
timeElement.innerText = dateTimeString;
}
}