Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2901

System and Network configuration • Re: NTP server doesn't look like working fine

$
0
0
On Debian machine, you can see local time in ISO format (in minutes) by command

Code:

date -Im
(You can check it in UTC by:)

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"
(You can check it in UTC by:)

Code:

Get-Date -asUTC -UFormat "%FT%R%Z"
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.

Statistics: Posted by ruwolf — 2024-04-05 22:21



Viewing all articles
Browse latest Browse all 2901

Trending Articles