Hello
There seems to be an underflow issue in routerOS 6.38.5. The problem is located in SNTP page, where it is possible the time offset to be calculated incorrectly.
You may find the fault observation in the enclosed image.

This value is 0xFFFF F1CD in hexadecimal notation.

Normally, 4 billion is a large value for time adjustment, but if we calculate the 2’s complement of that value, we get -3635, which is a more logical value.

Please perform analysis based on that observation.
Thanks