Add the Chronological
This commit is contained in:
10
vendor/sabre/vobject/lib/TimezoneGuesser/TimezoneFinder.php
vendored
Normal file
10
vendor/sabre/vobject/lib/TimezoneGuesser/TimezoneFinder.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Sabre\VObject\TimezoneGuesser;
|
||||
|
||||
use DateTimeZone;
|
||||
|
||||
interface TimezoneFinder
|
||||
{
|
||||
public function find(string $tzid, bool $failIfUncertain = false): ?DateTimeZone;
|
||||
}
|
||||
Reference in New Issue
Block a user