vSphere Replication 8.5 and above
The issue can be caused due to either:
If NTP is not configured, configure it to resolve the issue - Configure the Time Zone and Time Synchronization Settings for the vSphere Replication Appliance
If NTP is configured and yet the issue is seen:
Check the status of the ntpd service by running the following command on the vSphere Replication appliance:service ntpd status
Restart the ntpd service if it is not running:service ntpd stopservice ntpd start
Verify that the NTP service is now running and configured correctly.
Note: If this is a persistent issue after reboots, type the command:sudo systemctl enable ntpd.service