I'm working on a SCADA system. The only reliable time reference is Programmable Logic Controller's internal clock, but there are some difficulties that don't allow my data logging unit to use it. The data logger program runs on a general purpose Windows PC which is not task-dedicated and hence there is no way to prevent OS time from being set by the operator at some point during the process. NTP isn't an option either because there are no NTP servers reachable through that PC's network connection. Even the computer's uptime is not a reliable reference - the PC can go to the BSOD anytime, can't it?
So, given that you know correct date and time at the begginning, how do (or would) you log your data if an arbitrary date or time change is expected?