-2
votes
1answer
104 views

How to change time and date which is in CST? [closed]

I am new to linux. Can anyone help me in changing the time and date which is in CST. I am using RHEL5 linux. I have only CLI. No UI.
3
votes
2answers
280 views

How can I have `date` output the time from a different timezone?

I have a server running with the timezone set to UTC. It seemed like that was generally a good practice (please correct me if I'm wrong). Anyhow, one of the servers I connect to, in order to scp ...
1
vote
2answers
4k views

How can I set the time in Centos so that resetting the OS doesn't revert to its default value?

I have a VPS running on Cent Os 5.8 (x86). There are situations in which we are forced to reset the entire VPS (it hangs and the only way to get it back on is to reset it). When we do so, the time is ...
1
vote
1answer
85 views

What does XST in the date command output mean?

When executing the date command (on CentOS), it gives me something like this: Thu May 10 20:15:07 XST 2012 My local time zone is CEST, which was at that moment 22:15:07, so the printed time ...
3
votes
2answers
1k views

/etc/shadow date of last password change—UTC or local time?

man 5 shadow gives the following description of the third field in each line: The date of the last password change, expressed as the number of days since Jan 1, 1970. The value 0 has a ...