mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2025-01-18 20:00:51 +03:00
add ,
This commit is contained in:
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user