Hello @hyunmin jang
Windows 10 synchronizes its clock with UTC (Coordinated Universal Time) through the Windows Time service. By default, the time synchronization interval is set to once every 7 days. However, this interval can be adjusted for more frequent synchronization if needed2.
If you want to change the synchronization interval, you can modify the SpecialPollInterval registry key. The value is in seconds, so for example, setting it to 3600 would sync the clock every hour.
For details on the above, please refer to https://learn.microsoft.com/en-us/troubleshoot/windows-server/active-directory/w32time-sync-specialpollinterval-ignored
https://learn.microsoft.com/en-us/windows-server/networking/windows-time-service/configuring-systems-for-high-accuracy
Other TPA references for your understanding:
https://serverfault.com/questions/111954/how-to-set-a-frequent-period-for-ntp-client-to-sync-with-the-ntp-server
If I have answered your question, please accept this as answer as a token of appreciation and don't forget to thumbs up for "Was it helpful"!