I want to change the date of my linux server to 'Mon Nov 23 18:08:07 IST 2009'. Which of the following commands wil help?(ignore the seconds in the date)
a) date 1123180809
b) date 2311180809
c) date -s "Mon Nov 23 18:08:07 IST 2009"
d) Both a and c