We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c138907 commit 46c679fCopy full SHA for 46c679f
apps/files_external/3rdparty/icewind/smb/src/TimeZoneProvider.php
@@ -41,9 +41,10 @@ public function get() {
41
escapeshellarg($this->host)
42
);
43
$this->timeZone = exec($command);
44
- } else { // fallback to server timezone
45
- $this->timeZone = date_default_timezone_get();
46
}
+
+ // fallback to server timezone
47
+ $this->timeZone = date_default_timezone_get();
48
49
return $this->timeZone;
50
0 commit comments