Home
last modified time | relevance | path

Searched refs:timeZone (Results 76 – 78 of 78) sorted by path

1234

/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php64 protected $timeZone; variable in Sabre\\VObject\\Recur\\EventIterator
89 * @param DateTimeZone $timeZone Reference timezone for floating dates and
92 public function __construct($input, $uid = null, DateTimeZone $timeZone = null) { argument
94 if (is_null($this->timeZone)) {
95 $timeZone = new DateTimeZone('UTC');
97 $this->timeZone = $timeZone;
126 $vevent->{'RECURRENCE-ID'}->getDateTime($this->timeZone)->getTimeStamp()
147 $this->startDate = $this->masterEvent->DTSTART->getDateTime($this->timeZone);
154 foreach($exDate->getDateTimes($this->timeZone) as $dt) {
164 $this->masterEvent->DTEND->getDateTime($this->timeZone)->getTimeStamp() -
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php13 …public function testExpand($input, $output, $timeZone = 'UTC', $start = '2011-12-01', $end = '2011… argument
17 $timeZone = new DateTimeZone($timeZone);
22 $timeZone
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php336 function testGenerator($input, $expected, $timeZone = null) { argument
342 $timeZone

1234