set timezone for smbclient and parser to UTC

This commit is contained in:
Robin Appelman 2022-05-30 17:18:19 +02:00
commit 76995aa11c
3 changed files with 4 additions and 3 deletions

View file

@ -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 {