From 492ce61bd5acf0ab61ef4baf2e8cf1ebec865a7f Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sun, 24 Feb 2013 13:59:41 +0200 Subject: [PATCH] set default time zone to UTC --- install/vst-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/vst-install.sh b/install/vst-install.sh index c998f91cc..2488353f5 100644 --- a/install/vst-install.sh +++ b/install/vst-install.sh @@ -565,6 +565,7 @@ fi # php configuration sed -i 's/short_open_tag = Off/short_open_tag = On/g' /etc/php.ini +sed -i "s/;date.timezone =/date.timezone = UTC/g" /etc/php.ini # phpMyAdmin configuration wget $CHOST/$VERSION/httpd-pma.conf -O /etc/httpd/conf.d/phpMyAdmin.conf