Unable to view complete time stamps for system fields (opened,created,updated)Issue Customers are unable to view complete time stamps for system fields (opened,created,updated). Not showing the seconds in the list and form view. CauseThis is because the below system property is set to only hours and min and not seconds. glide.sys.time_format Currently, it was set as : hh:mm in the customer's instance. In OOB it is usually HH:mm:ssResolutionPlease change this property to OOB value HH:mm:ss and save the record. Then perform a cache.do for the property to take effect.