Page 1 of 1

Update date and time

PostPosted: Tue Jan 11, 2011 4:05 pm
by fawad
how to update date and time in asterisk

PostPosted: Tue Jan 11, 2011 6:14 pm
by williamconley
asterisk does not control or track "time".

what version and build of vicidial are you using? and where exactly do you see the "time" you want to change? (on what screen or as the result of what console command?)

PostPosted: Tue Jan 11, 2011 9:59 pm
by gmcust3
Select your Region accordingly.I am from IST so,I selected this.

Code: Select all
echo "=========Set Time to the IST ========="
cd /etc
ln -sf /usr/share/zoneinfo/Asia/Delhi localtime
/sbin/hwclock --systohc

PostPosted: Wed Jan 12, 2011 4:49 pm
by gardo
Easier way is to run:

system-config-date


via command prompt. You get to pick your timezone 8)