function updateClock() { const clock = document.getElementById('clock'); const now = new Date(); const options = { timeZone: 'America/New_York', hour: '2-digit', minute: '2-digit', second: '2-digit' }; clock.textContent = new Intl.DateTimeFormat('en-US', options).format(now); } setInterval(updateClock, 1000); updateClock(); // Initialize immediately
Event photography, editorial photography, creative direction and consulting. Located in New York City. Request further information at [email protected]