mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
improve timezone detection
This commit is contained in:
parent
20da159fe4
commit
5d1e55f67f
4 changed files with 99 additions and 4 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue