Hi ,
i want set date & time to correct date & time ,
i'm from IRAN , and in iran time is : 21:06:00 , and date is Nov 27 ,2009
but my vps time is
i followed this :
i used this commands :
but it's not correct date & time , i was trying with date command but it's won't work ,
look at this :
there is no error but date command wont work ,
Note : My ****ing and damn Prisident change the date & time many many time so all of zones is incorrect
NOW day must be set to 27 , and time must be set to 21:11 PM , so how can i do this ? how can i set date & time manualy ?
Best Regards
i want set date & time to correct date & time ,
i'm from IRAN , and in iran time is : 21:06:00 , and date is Nov 27 ,2009
but my vps time is
Code:
-bash-3.2# date
Sat Nov 28 19:31:18 GMT 2009
i followed this :
Code:
http://help.directadmin.com/item.php?id=52
i used this commands :
Code:
mv /etc/localtime /etc/localtime.moved
ln -s /usr/share/zoneinfo/Iran /etc/localtime
but it's not correct date & time , i was trying with date command but it's won't work ,
look at this :
Code:
-bash-3.2# date --set="Nov 27 21:03:00 2009"
Fri Nov 27 21:03:00 GMT 2009
-bash-3.2# date
Sat Nov 28 19:31:18 GMT 2009
there is no error but date command wont work ,
Note : My ****ing and damn Prisident change the date & time many many time so all of zones is incorrect
NOW day must be set to 27 , and time must be set to 21:11 PM , so how can i do this ? how can i set date & time manualy ?
Best Regards