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