The "time" command in Linux is a process timer and does not display the system time. Though counterintuitive, the Linux "date" command displays the time, as well as the date, on a Linux box. You can ...
Linux marks time in the number of seconds since the start of the Linux epoch. Here's a script for using that information to figure how many days separate two dates expressed in traditional calendar ...