I’m trying to synchronize time between an Ubuntu server and a Windows PC (set to Singapore Time, SGT) using the Windows Time service. Here’s my setup:
– Ubuntu server: Running as NTP server (set to America/New_York)
– Windows PC: Set to SGT
On the Windows PC, I’ve configured w32tm (w32tm resync) to use the Ubuntu server as its time source. What I get is that my command runs successfully but the time on both PC remain their respective time zone timing (as before). My goal is to have the Windows PC always show the exact same time as the Ubuntu server, regardless of the geographical time zone the Windows PC is in.
My questions:
1. How can I configure the Windows PC to automatically show the time zone of the Ubuntu NTP server?
2. If automatic time zone adjustment isn’t possible, what’s the best way to ensure the Windows PC always reflects the exact time shown on the Ubuntu server?