improve timezone detection

This commit is contained in:
Robin Appelman 2019-02-06 14:56:11 +01:00
commit 5d1e55f67f
4 changed files with 99 additions and 4 deletions

View file

@ -55,6 +55,13 @@ interface ISystem {
*/
public function getStdBufPath();
/**
* Get the full path to the `date` binary of false if the binary is not available
*
* @return string|bool
*/
public function getDatePath();
/**
* Whether or not the smbclient php extension is enabled
*