copyright> // Cập nhật thời gian thực function updateTime() const now = new Date(); const options = timeZone: 'Asia/Ho_Chi_Minh', hour: '2-digit', minute: '2-digit', second: '2-digit' ; const tivi 360 timeString = now.toLocaleTimeString('vi-VN', options); document.getElementById('current-time').textContent = 'Thời gian hiện tại: ' + timeString;