Well I think I found part of what I was looking for from
http://tldp.org.
How to tell linux system time?
Quote:
Use the `-R' option to output the date in the format described in RFC822 (see section Word Lists and Reference Files): day of week followed by day of month, month name, year, time, and time zone in numeric format. This is the date format used in email messages.
To output the current date and time in RFC822 format, type:
$ date -R RET
Fri, 11 May 2001 11:10:29 -0400
$
You can also use the `-d' option to specify the precise fields to output, and the order in which to output them. For more information, see the date man page
|
Short of resetting bios time, still don't have the force syncronization of bios and linux time yet. Any tips?