I have fond memories of looking at the Larn (or was it Hack/Nethack?)
sources and seeing that it checked ctime to prevent people from
cheating by saving and restoring the game save file, since ctime
couldn't be set without either changing the system clock or directly
accessing the file system (or kernel memory) and messing with the
on-disk inode directly.