apparently something is wrong. I am able to set the CPU date and time to a specific date, and this is correctly displayed by AS (note that I set as date 11th of november and a random time):
I found the answer, I post it here if it can be helpful. the problem was the timezone difference.
Since on the CPU I left the default value (GMT) while on the client for some strange reason there was a timezone set to GMT + 8, the visualization had the reported offset, which is the difference between the 2 timezones.
Regarding the wrong date: I noticed that if the set date is too far from the current one set on windows, it has some issues with the sync. so I had to manually force it with
Although this is “solved” I would like to mention that your NTP server is running a “stratum” of 14 which is really a high number
The straum defines the accuracy of a NTP servers time. 14 is probably way to high for any NTP client. Try to set it to 3 and I might think that the client will probably accept the time
thanks for your feedback Oliver! As I mentioned above I had already tried with lower stratum values but the sync problem still persisted if the set date was too far from the current one set on windows..