Home
last modified time | relevance | path

Searched refs:DateTimeImmutable (Results 51 – 55 of 55) sorted by last modified time

123

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php5 use DateTimeImmutable; alias
29 …$this->assertFalse($ev->isInTimeRange(new DateTimeImmutable('2012-01-01 12:00:00'), new DateTimeIm…
55 $it->fastForward(new DateTimeImmutable('2012-01-29 23:00:00', new DateTimeZone('UTC')));
61 … if ($it->getDtStart() > new DateTimeImmutable('2013-02-05 22:59:59', new DateTimeZone('UTC'))) {
69 [new DateTimeImmutable('2012-02-01 15:45:00', new DateTimeZone('Europe/Berlin'))],
92 $it->fastForward(new DateTimeImmutable('2013-01-01 23:00:00', new DateTimeZone('UTC')));
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md137 `DateTimeImmutable` may be used everywhere.
144 * #139: We now _always_ return `DateTimeImmutable` from any method. This could
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php5 use DateTimeImmutable; alias
26 * @return DateTimeImmutable
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php5 use DateTimeImmutable; alias
180 $start = new DateTimeImmutable(Settings::$minDate);
183 $end = new DateTimeImmutable(Settings::$maxDate);
570 $dtstamp->setDateTime(new DateTimeImmutable('now', $tz));
582 $busyTime[0] = new \DateTimeImmutable('@' . $busyTime['start'], $tz);
583 $busyTime[1] = new \DateTimeImmutable('@' . $busyTime['end'], $tz);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php183 $dt = new \DateTimeImmutable('1985-07-04 01:30:00', $tz);

123