mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
set timezone for smbclient and parser to UTC
This commit is contained in:
parent
3e25d31161
commit
76995aa11c
3 changed files with 4 additions and 3 deletions
|
|
@ -73,7 +73,7 @@ class Share extends AbstractShare {
|
|||
$this->server = $server;
|
||||
$this->name = $name;
|
||||
$this->system = $system;
|
||||
$this->parser = new Parser($server->getTimeZone());
|
||||
$this->parser = new Parser('UTC');
|
||||
}
|
||||
|
||||
private function getAuthFileArgument(): string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue