Home
last modified time | relevance | path

Searched refs:DateTimeZone (Results 26 – 50 of 181) sorted by relevance

12345678

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php6 use DateTimeZone; alias
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/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php7 DateTimeZone, alias
56 $it->fastForward(new DateTime('2012-01-29 23:00:00', new DateTimeZone('UTC')));
62 if ($it->getDTSTART() > new DateTime('2013-02-05 22:59:59', new DateTimeZone('UTC'))) {
70 array(new DateTime('2012-02-01 15:45:00', new DateTimeZone('Europe/Berlin'))),
93 $it->fastForward(new DateTime('2013-01-01 23:00:00', new DateTimeZone('UTC')));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php7 DateTimeZone, alias
56 $it->fastForward(new DateTime('2012-01-29 23:00:00', new DateTimeZone('UTC')));
62 if ($it->getDTSTART() > new DateTime('2013-02-05 22:59:59', new DateTimeZone('UTC'))) {
70 array(new DateTime('2012-02-01 15:45:00', new DateTimeZone('Europe/Berlin'))),
93 $it->fastForward(new DateTime('2013-01-01 23:00:00', new DateTimeZone('UTC')));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php7 DateTimeZone, alias
56 $it->fastForward(new DateTime('2012-01-29 23:00:00', new DateTimeZone('UTC')));
62 if ($it->getDTSTART() > new DateTime('2013-02-05 22:59:59', new DateTimeZone('UTC'))) {
70 array(new DateTime('2012-02-01 15:45:00', new DateTimeZone('Europe/Berlin'))),
93 $it->fastForward(new DateTime('2013-01-01 23:00:00', new DateTimeZone('UTC')));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php19 $tz = new \DateTimeZone('Europe/Amsterdam');
36 $tz = new \DateTimeZone('Europe/Amsterdam');
51 $tz = new \DateTimeZone('GMT');
80 $tz = new \DateTimeZone('Europe/Amsterdam');
95 $tz = new \DateTimeZone('Europe/Amsterdam');
112 $tz = new \DateTimeZone('Europe/Amsterdam');
129 $tz = new \DateTimeZone('Europe/Amsterdam');
148 $tz = new \DateTimeZone('Europe/Amsterdam');
182 $tz = new \DateTimeZone('Europe/Amsterdam');
216 $tz = new \DateTimeZone('America/Toronto');
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php21 $tz = new \DateTimeZone('Europe/Amsterdam');
38 $tz = new \DateTimeZone('Europe/Amsterdam');
53 $tz = new \DateTimeZone('GMT');
68 $tz = new \DateTimeZone('Europe/Amsterdam');
83 $tz = new \DateTimeZone('Europe/Amsterdam');
100 $tz = new \DateTimeZone('Europe/Amsterdam');
117 $tz = new \DateTimeZone('Europe/Amsterdam');
136 $tz = new \DateTimeZone('Europe/Amsterdam');
204 $tz = new \DateTimeZone('America/Toronto');
206 $dt->setTimeZone(new \DateTimeZone('UTC'));
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php21 $tz = new \DateTimeZone('Europe/Amsterdam');
38 $tz = new \DateTimeZone('Europe/Amsterdam');
53 $tz = new \DateTimeZone('GMT');
68 $tz = new \DateTimeZone('Europe/Amsterdam');
83 $tz = new \DateTimeZone('Europe/Amsterdam');
100 $tz = new \DateTimeZone('Europe/Amsterdam');
117 $tz = new \DateTimeZone('Europe/Amsterdam');
136 $tz = new \DateTimeZone('Europe/Amsterdam');
204 $tz = new \DateTimeZone('America/Toronto');
206 $dt->setTimeZone(new \DateTimeZone('UTC'));
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php21 $tz = new \DateTimeZone('Europe/Amsterdam');
38 $tz = new \DateTimeZone('Europe/Amsterdam');
53 $tz = new \DateTimeZone('GMT');
68 $tz = new \DateTimeZone('Europe/Amsterdam');
83 $tz = new \DateTimeZone('Europe/Amsterdam');
100 $tz = new \DateTimeZone('Europe/Amsterdam');
117 $tz = new \DateTimeZone('Europe/Amsterdam');
136 $tz = new \DateTimeZone('Europe/Amsterdam');
204 $tz = new \DateTimeZone('America/Toronto');
206 $dt->setTimeZone(new \DateTimeZone('UTC'));
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDateTimeParser.php7 use DateTimeZone; alias
30 * @param DateTimeZone $tz
34 public static function parseDateTime($dt, DateTimeZone $tz = null)
44 $tz = new DateTimeZone('UTC');
60 * @param DateTimeZone $tz
64 public static function parseDate($date, DateTimeZone $tz = null)
74 $tz = new DateTimeZone('UTC');
194 * @param DateTimeZone|string $referenceTz
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDateTimeParser.php7 use DateTimeZone; alias
30 * @param DateTimeZone $tz
34 static function parseDateTime($dt, DateTimeZone $tz = null) {
44 $tz = new DateTimeZone('UTC');
61 * @param DateTimeZone $tz
65 static function parseDate($date, DateTimeZone $tz = null) {
75 $tz = new DateTimeZone('UTC');
201 * @param DateTimeZone|string $referenceTz
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DLastModifiedTest.php7 use DateTimeZone; alias
13 $dt = new DateTime('2015-03-24 11:47:00', new DateTimeZone('America/Vancouver'));
28 $dt = new DateTime('2015-03-24 11:47:00', new DateTimeZone('America/Vancouver'));
53 new DateTime('2015-03-24 18:47:00', new DateTimeZone('UTC')),
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php7 use DateTimeZone; alias
48 $compare = new DateTimeImmutable('2010-03-16 14:14:05', new DateTimeZone('UTC'));
81 $compare = new DateTimeImmutable('2010-03-16 14:14:05', new DateTimeZone('UTC'));
93 $compare = new DateTimeImmutable('2010-12-11 16:00:00', new DateTimeZone('UTC'));
103 …$dateTime = DateTimeParser::parseDateTime('20100316T141405', new DateTimeZone('Europe/Amsterdam'));
105 … $compare = new DateTimeImmutable('2010-03-16 14:14:05', new DateTimeZone('Europe/Amsterdam'));
114 $expected = new DateTimeImmutable('2010-03-16 00:00:00', new DateTimeZone('UTC'));
130 $expected = new DateTimeImmutable('4500-12-31 00:00:00', new DateTimeZone('UTC'));
146 $expected = new DateTimeImmutable('4500-12-31 23:59:59', new DateTimeZone('UTC'));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php6 use DateTimeZone; alias
12 $utc = new DateTimeZone('UTC');
32 $tz = new DateTimeZone('Europe/Berlin');
54 $utc = new DateTimeZone('UTC');
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DAvailableTest.php6 use DateTimeZone; alias
40 $tz = new DateTimeZone('UTC');
63 $tz = new DateTimeZone('UTC');
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php6 use DateTimeZone; alias
12 $utc = new DateTimeZone('UTC');
32 $utc = new DateTimeZone('UTC');
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php6 use DateTimeZone; alias
12 $utc = new DateTimeZone('UTC');
32 $utc = new DateTimeZone('UTC');
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php6 use DateTimeZone; alias
12 $utc = new DateTimeZone('UTC');
32 $utc = new DateTimeZone('UTC');
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php278 new \DateTimeZone('America/Toronto')
309 new \DateTimeZone('America/Toronto')
339 new \DateTime('20110101T110000Z', new \DateTimeZone('UTC')),
340 new \DateTime('20110103T110000Z', new \DateTimeZone('UTC')),
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php278 new \DateTimeZone('America/Toronto')
309 new \DateTimeZone('America/Toronto')
339 new \DateTime('20110101T110000Z', new \DateTimeZone('UTC')),
340 new \DateTime('20110103T110000Z', new \DateTimeZone('UTC')),
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php278 new \DateTimeZone('America/Toronto')
309 new \DateTimeZone('America/Toronto')
339 new \DateTime('20110101T110000Z', new \DateTimeZone('UTC')),
340 new \DateTime('20110103T110000Z', new \DateTimeZone('UTC')),
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php6 use DateTimeZone; alias
249 * @param DateTimeZone $timeZone reference timezone for floating dates and
253 function expand(DateTime $start, DateTime $end, DateTimeZone $timeZone = null) {
258 $timeZone = new DateTimeZone('UTC');
328 $dt[0]->setTimeZone(new DateTimeZone('UTC'));
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php6 use DateTimeZone; alias
132 * @param DateTimeZone $timeZone
136 public function getDateTime(DateTimeZone $timeZone = null)
153 * @param DateTimeZone $timeZone
158 public function getDateTimes(DateTimeZone $timeZone = null)
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php6 use DateTimeZone; alias
144 * @param DateTimeZone $timeZone
148 function getDateTime(DateTimeZone $timeZone = null) {
164 * @param DateTimeZone $timeZone
169 function getDateTimes(DateTimeZone $timeZone = null) {
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php5 use DateTimeZone; alias
139 * @param DateTimeZone $timeZone
142 public function getDateTime(DateTimeZone $timeZone = null) {
158 * @param DateTimeZone $timeZone
161 public function getDateTimes(DateTimeZone $timeZone = null) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php5 use DateTimeZone; alias
139 * @param DateTimeZone $timeZone
142 public function getDateTime(DateTimeZone $timeZone = null) {
158 * @param DateTimeZone $timeZone
161 public function getDateTimes(DateTimeZone $timeZone = null) {

12345678