Re: clockspeed and system time
Thorsten Glaser <[email protected]> Thu, 20 Jan 2005 19:45:15 +0000 (UTC)
| Newsgroups | gmane.comp.lib.libtai |
|---|---|
| Message-ID | <[email protected]> |
Luca Morettoni dixit: >in the last line (the body of the mail) I see the correct date and >time, but in the Date: field I see the wrong time (with +22 seconds, >the LEAP), but why this? Either switch to the operating system MirOS or set your /etc/localtime symlink correctly: If you're using UTC, as every server admin should: # ln -sf /usr/share/zoneinfo/right/UTC /etc/localtime If not: # ln -sf /usr/share/zoneinfo/right/Europe/Rome /etc/localtime Ciao, //mirabile