Skip to content

Instantly share code, notes, and snippets.

@dannysauer
Created December 28, 2019 20:13
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 dannysauer/d48f66e625b470014323905ebe356c24 to your computer and use it in GitHub Desktop.
Save dannysauer/d48f66e625b470014323905ebe356c24 to your computer and use it in GitHub Desktop.
Zoneminder on Ubuntu 19.10
# configure PHP Timezone
sed -ne "s|\\(date.timezone =\\).*|\\1 $(< /etc/timezone )|p" /etc/php/7.3/apache2/php.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment