First check and set the current system date and time using the following commands:
Check the date and time:
# date
Fri May 30 19:14:29 EDT 2014
Set the date and time:
# date -s 'Mon Oct 27 05:08:38 PM EDT 2014'
Now you will need to sync your hardware clock with the system time.
To check what is stored in the clock:
# hwclock --show
To sync your hardware clock with the system time:
# hwclock -systohc
Once everything is in sync, open the NCM GUI Console and in the bottom left hand corner where the time information is, click the little button that looks like the clock with a red arrow above it. This will update the session to reflect the changes. It should now be in sync and look like the following.