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: xem bong da truc tiep '2-digit', second: '2-digit' ; const timeString = now.toLocaleTimeString('vi-VN', options); document.getElementById('current-time').textContent = 'Thời gian hiện tại: ' + timeString;