Tagged Questions
2
votes
1answer
173 views
changing timezone affects cron time
I have set up a cron to run at every 26th minute.
$ crontab -l
26 * * * * date > /home/time.txt 2> /home/time_err.txt
The current time shown by date command.
$ date
Thu Aug 25 23:26:00 CDT ...
0
votes
1answer
480 views
How time is affected by the ntpd and /etc/localtime
Can anyone explain how ntpd and /etc/localtime and system clock interact with each other, in UNIX or more specific in freeBSD?
I'm giving the following long description of the concepts in case I ...
1
vote
2answers
440 views
Virtual PC: Issues with clock when guest Linux has a different timezone to the host OS
I'm running Linux (Centos) under Virtual PC in Windows 7.
Guest is set to a different time zone then host OS and none of them are UTC.
The issue is that when guest boots its time is always set to ...