Wednesday 13 November 2013

SET LOCALTIME IN LAMP

vi /etc/php5/apache2/php.ini
find date section

[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
;date.timezone =
date.timezone =Asia/Karachi

uncomment date.timzone line and add your local time at the end

restart apache2 and mysql server

service apache2 restart && service mysql restart && echo $?

echo $?     To check the command status

check times in web sites and it will be as per your local time

No comments:

Post a Comment