On Debian machine, you can see local time in ISO format (in minutes) by command(You can check it in UTC by:)
On Microsoft Windows machine, you can see local time almost in ISO format (in minutes) in PowerShell:(You can check it in UTC by:)You can set hardware clock as UTC in Microsoft Windows in registry:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=dword:00000001
+ indicates the host is included in the final synchronization selection set (peer selected for possible synchronization)
* indicates the current synchronization source (synchronized to this peer)
In my opinion, it cannot be synchronized with such huge offset.
Code:
date -Im
Code:
date -uIm
On Microsoft Windows machine, you can see local time almost in ISO format (in minutes) in PowerShell:
Code:
Get-Date -UFormat "%FT%R%Z"
Code:
Get-Date -asUTC -UFormat "%FT%R%Z"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=dword:00000001
+ indicates the host is included in the final synchronization selection set (peer selected for possible synchronization)
* indicates the current synchronization source (synchronized to this peer)
In my opinion, it cannot be synchronized with such huge offset.
Statistics: Posted by ruwolf — 2024-04-05 22:21