Skip to content

Instantly share code, notes, and snippets.

@dave1010
Created December 4, 2013 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dave1010/7791101 to your computer and use it in GitHub Desktop.
Save dave1010/7791101 to your computer and use it in GitHub Desktop.
PHP timezone config
#!/bin/bash
echo "date.timezone = Europe/London" > /etc/php5/conf.d/timezone.ini
ln -s /etc/php5/conf.d/timezone.ini /etc/php5/apache2/conf.d/
ln -s /etc/php5/conf.d/timezone.ini /etc/php5/cli/conf.d/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment