#reset permission

cd /var/www/
sudo chgrp -R www-data html
find . -type f -exec chmod 664 {} \;
find . -type d -exec chmod 775 {} \;

#set date :
sudo dpkg-reconfigure tzdata