<?php/** * SPDX-FileCopyrightText: 2018 Robin Appelman <robin@icewind.nl> * SPDX-License-Identifier: AGPL-3.0-or-later */namespaceIcewind\SMB;interfaceITimeZoneProvider{/** * Get the timezone of the smb server * * @param string $host * @return string */publicfunctionget(string$host):string;}