install/lib/install.lib.php | ●●●●● patch | view | raw | blame | history |
install/lib/install.lib.php
@@ -811,6 +811,8 @@ exec('date +%Z', $tzinfo); $timezone = $tzinfo[0]; } if(substr($timezone, 0, 1) === '/') $timezone = substr($timezone, 1); return $timezone; }