Skip to content

Commit 492ce61

Browse files
committed
set default time zone to UTC
1 parent 1d0e254 commit 492ce61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/vst-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@ fi
565565

566566
# php configuration
567567
sed -i 's/short_open_tag = Off/short_open_tag = On/g' /etc/php.ini
568+
sed -i "s/;date.timezone =/date.timezone = UTC/g" /etc/php.ini
568569

569570
# phpMyAdmin configuration
570571
wget $CHOST/$VERSION/httpd-pma.conf -O /etc/httpd/conf.d/phpMyAdmin.conf

0 commit comments

Comments
 (0)