Home
last modified time | relevance | path

Searched refs:tz (Results 1 – 25 of 96) sorted by relevance

1234

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
DMainTest.php101 $tz = new DateTimeZone('UTC');
105 new DateTime('2011-10-07 12:00:00', $tz),
106 new DateTime('2011-10-07 15:00:00', $tz),
107 new DateTime('2011-10-07 18:00:00', $tz),
108 new DateTime('2011-10-07 21:00:00', $tz),
109 new DateTime('2011-10-08 00:00:00', $tz),
110 new DateTime('2011-10-08 03:00:00', $tz),
111 new DateTime('2011-10-08 06:00:00', $tz),
112 new DateTime('2011-10-08 09:00:00', $tz),
113 new DateTime('2011-10-08 12:00:00', $tz),
[all …]
DIssue50Test.php116 $tz = new DateTimeZone('Europe/Brussels');
119 new DateTime('2013-07-15 09:00:00', $tz),
120 new DateTime('2013-07-16 07:00:00', $tz),
121 new DateTime('2013-07-17 07:00:00', $tz),
122 new DateTime('2013-07-18 09:00:00', $tz),
123 new DateTime('2013-07-19 07:00:00', $tz),
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
DMainTest.php101 $tz = new DateTimeZone('UTC');
105 new DateTime('2011-10-07 12:00:00', $tz),
106 new DateTime('2011-10-07 15:00:00', $tz),
107 new DateTime('2011-10-07 18:00:00', $tz),
108 new DateTime('2011-10-07 21:00:00', $tz),
109 new DateTime('2011-10-08 00:00:00', $tz),
110 new DateTime('2011-10-08 03:00:00', $tz),
111 new DateTime('2011-10-08 06:00:00', $tz),
112 new DateTime('2011-10-08 09:00:00', $tz),
113 new DateTime('2011-10-08 12:00:00', $tz),
[all …]
DIssue50Test.php116 $tz = new DateTimeZone('Europe/Brussels');
119 new DateTime('2013-07-15 09:00:00', $tz),
120 new DateTime('2013-07-16 07:00:00', $tz),
121 new DateTime('2013-07-17 07:00:00', $tz),
122 new DateTime('2013-07-18 09:00:00', $tz),
123 new DateTime('2013-07-19 07:00:00', $tz),
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php101 $tz = new DateTimeZone('UTC');
105 new DateTime('2011-10-07 12:00:00', $tz),
106 new DateTime('2011-10-07 15:00:00', $tz),
107 new DateTime('2011-10-07 18:00:00', $tz),
108 new DateTime('2011-10-07 21:00:00', $tz),
109 new DateTime('2011-10-08 00:00:00', $tz),
110 new DateTime('2011-10-08 03:00:00', $tz),
111 new DateTime('2011-10-08 06:00:00', $tz),
112 new DateTime('2011-10-08 09:00:00', $tz),
113 new DateTime('2011-10-08 12:00:00', $tz),
[all …]
H A DIssue50Test.php116 $tz = new DateTimeZone('Europe/Brussels');
119 new DateTime('2013-07-15 09:00:00', $tz),
120 new DateTime('2013-07-16 07:00:00', $tz),
121 new DateTime('2013-07-17 07:00:00', $tz),
122 new DateTime('2013-07-18 09:00:00', $tz),
123 new DateTime('2013-07-19 07:00:00', $tz),
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
DMainTest.php101 $tz = new DateTimeZone('UTC');
105 new DateTimeImmutable('2011-10-07 12:00:00', $tz),
106 new DateTimeImmutable('2011-10-07 15:00:00', $tz),
107 new DateTimeImmutable('2011-10-07 18:00:00', $tz),
108 new DateTimeImmutable('2011-10-07 21:00:00', $tz),
109 new DateTimeImmutable('2011-10-08 00:00:00', $tz),
110 new DateTimeImmutable('2011-10-08 03:00:00', $tz),
111 new DateTimeImmutable('2011-10-08 06:00:00', $tz),
112 new DateTimeImmutable('2011-10-08 09:00:00', $tz),
113 new DateTimeImmutable('2011-10-08 12:00:00', $tz),
[all …]
DIssue50Test.php115 $tz = new DateTimeZone('Europe/Brussels');
118 new DateTimeImmutable('2013-07-15 09:00:00', $tz),
119 new DateTimeImmutable('2013-07-16 07:00:00', $tz),
120 new DateTimeImmutable('2013-07-17 07:00:00', $tz),
121 new DateTimeImmutable('2013-07-18 09:00:00', $tz),
122 new DateTimeImmutable('2013-07-19 07:00:00', $tz),
/plugin/statistics/
DQuery.php19 protected string $tz = 'localtime'; variable in dokuwiki\\plugin\\statistics\\Query
70 $this->tz = $dateTime->format('P');
126 $result = $this->db->queryAll($sql, [$this->tz, $this->from, $this->tz, $this->to]);
156 … $result = $this->db->queryRecord($sql, [$this->tz, $this->tz, $this->from, $this->tz, $this->to]);
176 $count = $this->db->queryValue($sql, [$this->tz, $this->from, $this->tz, $this->to]);
191 … $data['avgpages'] = $this->db->queryValue($sql, [$this->tz, $this->from, $this->tz, $this->to]);
199 … $data['timespent'] = $this->db->queryValue($sql, [$this->tz, $this->from, $this->tz, $this->to]);
206 … $data['logins'] = $this->db->queryValue($sql, [$this->tz, $this->from, $this->tz, $this->to]);
213 …$data['registrations'] = $this->db->queryValue($sql, [$this->tz, $this->from, $this->tz, $this->to…
234 $TIME = "strftime('%H', DATETIME(P.dt, '$this->tz'))";
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
DTimeZoneUtilTest.php20 $tz = new \DateTimeZone($timezoneName);
21 $this->assertInstanceOf('DateTimeZone', $tz);
81 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
84 $this->assertEquals($ex->getName(), $tz->getName());
107 $tz = TimeZoneUtil::getTimeZone('(GMT+01.00) Sarajevo/Warsaw/Zagreb', Reader::read($vobj));
110 $this->assertEquals($ex->getName(), $tz->getName());
149 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
151 $this->assertEquals($ex->getName(), $tz->getName());
157 $tz = TimeZoneUtil::getTimeZone('Eastern Standard Time');
159 $this->assertEquals($ex->getName(), $tz->getName());
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
DTimeZoneUtilTest.php20 $tz = new \DateTimeZone($timezoneName);
21 $this->assertInstanceOf('DateTimeZone', $tz);
81 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
84 $this->assertEquals($ex->getName(), $tz->getName());
107 $tz = TimeZoneUtil::getTimeZone('(GMT+01.00) Sarajevo/Warsaw/Zagreb', Reader::read($vobj));
110 $this->assertEquals($ex->getName(), $tz->getName());
149 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
151 $this->assertEquals($ex->getName(), $tz->getName());
157 $tz = TimeZoneUtil::getTimeZone('Eastern Standard Time');
159 $this->assertEquals($ex->getName(), $tz->getName());
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
DTimeZoneUtilTest.php20 $tz = new \DateTimeZone($timezoneName);
21 $this->assertInstanceOf('DateTimeZone', $tz);
81 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
84 $this->assertEquals($ex->getName(), $tz->getName());
107 $tz = TimeZoneUtil::getTimeZone('(GMT+01.00) Sarajevo/Warsaw/Zagreb', Reader::read($vobj));
110 $this->assertEquals($ex->getName(), $tz->getName());
149 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
151 $this->assertEquals($ex->getName(), $tz->getName());
157 $tz = TimeZoneUtil::getTimeZone('Eastern Standard Time');
159 $this->assertEquals($ex->getName(), $tz->getName());
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DTimeZoneUtilTest.php20 $tz = new \DateTimeZone($timezoneName);
21 $this->assertInstanceOf('DateTimeZone', $tz);
81 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
84 $this->assertEquals($ex->getName(), $tz->getName());
107 $tz = TimeZoneUtil::getTimeZone('(GMT+01.00) Sarajevo/Warsaw/Zagreb', Reader::read($vobj));
110 $this->assertEquals($ex->getName(), $tz->getName());
149 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
151 $this->assertEquals($ex->getName(), $tz->getName());
157 $tz = TimeZoneUtil::getTimeZone('Eastern Standard Time');
159 $this->assertEquals($ex->getName(), $tz->getName());
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
DVFreeBusyTest.php28 $tz = new \DateTimeZone('UTC');
30 …se($vfb->isFree(new \DateTime('2012-09-12 01:15:00', $tz), new \DateTime('2012-09-12 01:45:00', $t…
31 …se($vfb->isFree(new \DateTime('2012-09-12 08:05:00', $tz), new \DateTime('2012-09-12 08:10:00', $t…
32 …se($vfb->isFree(new \DateTime('2012-09-12 10:15:00', $tz), new \DateTime('2012-09-12 10:45:00', $t…
35 …ue($vfb->isFree(new \DateTime('2012-09-12 09:00:00', $tz), new \DateTime('2012-09-12 09:15:00', $t…
36 …ue($vfb->isFree(new \DateTime('2012-09-12 09:45:00', $tz), new \DateTime('2012-09-12 10:00:00', $t…
37 …ue($vfb->isFree(new \DateTime('2012-09-12 11:00:00', $tz), new \DateTime('2012-09-12 12:00:00', $t…
DAvailableTest.php40 $tz = new DateTimeZone('UTC');
43 new DateTimeImmutable('2015-07-17 16:22:00', $tz),
44 new DateTimeImmutable('2015-07-17 17:22:00', $tz),
63 $tz = new DateTimeZone('UTC');
66 new DateTimeImmutable('2015-07-17 16:22:00', $tz),
67 new DateTimeImmutable('2015-07-17 17:22:00', $tz),
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
DVFreeBusyTest.php28 $tz = new \DateTimeZone('UTC');
30 …se($vfb->isFree(new \DateTime('2012-09-12 01:15:00', $tz), new \DateTime('2012-09-12 01:45:00', $t…
31 …se($vfb->isFree(new \DateTime('2012-09-12 08:05:00', $tz), new \DateTime('2012-09-12 08:10:00', $t…
32 …se($vfb->isFree(new \DateTime('2012-09-12 10:15:00', $tz), new \DateTime('2012-09-12 10:45:00', $t…
35 …ue($vfb->isFree(new \DateTime('2012-09-12 09:00:00', $tz), new \DateTime('2012-09-12 09:15:00', $t…
36 …ue($vfb->isFree(new \DateTime('2012-09-12 09:45:00', $tz), new \DateTime('2012-09-12 10:00:00', $t…
37 …ue($vfb->isFree(new \DateTime('2012-09-12 11:00:00', $tz), new \DateTime('2012-09-12 12:00:00', $t…
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
DVFreeBusyTest.php28 $tz = new \DateTimeZone('UTC');
30 …se($vfb->isFree(new \DateTime('2012-09-12 01:15:00', $tz), new \DateTime('2012-09-12 01:45:00', $t…
31 …se($vfb->isFree(new \DateTime('2012-09-12 08:05:00', $tz), new \DateTime('2012-09-12 08:10:00', $t…
32 …se($vfb->isFree(new \DateTime('2012-09-12 10:15:00', $tz), new \DateTime('2012-09-12 10:45:00', $t…
35 …ue($vfb->isFree(new \DateTime('2012-09-12 09:00:00', $tz), new \DateTime('2012-09-12 09:15:00', $t…
36 …ue($vfb->isFree(new \DateTime('2012-09-12 09:45:00', $tz), new \DateTime('2012-09-12 10:00:00', $t…
37 …ue($vfb->isFree(new \DateTime('2012-09-12 11:00:00', $tz), new \DateTime('2012-09-12 12:00:00', $t…
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php28 $tz = new \DateTimeZone('UTC');
30 …se($vfb->isFree(new \DateTime('2012-09-12 01:15:00', $tz), new \DateTime('2012-09-12 01:45:00', $t…
31 …se($vfb->isFree(new \DateTime('2012-09-12 08:05:00', $tz), new \DateTime('2012-09-12 08:10:00', $t…
32 …se($vfb->isFree(new \DateTime('2012-09-12 10:15:00', $tz), new \DateTime('2012-09-12 10:45:00', $t…
35 …ue($vfb->isFree(new \DateTime('2012-09-12 09:00:00', $tz), new \DateTime('2012-09-12 09:15:00', $t…
36 …ue($vfb->isFree(new \DateTime('2012-09-12 09:45:00', $tz), new \DateTime('2012-09-12 10:00:00', $t…
37 …ue($vfb->isFree(new \DateTime('2012-09-12 11:00:00', $tz), new \DateTime('2012-09-12 12:00:00', $t…
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
DDateTimeTest.php19 $tz = new \DateTimeZone('Europe/Amsterdam');
20 $dt = new \DateTime('1985-07-04 01:30:00', $tz);
21 $dt->setTimeZone($tz);
36 $tz = new \DateTimeZone('Europe/Amsterdam');
37 $dt = new \DateTime('1985-07-04 01:30:00', $tz);
38 $dt->setTimeZone($tz);
51 $tz = new \DateTimeZone('GMT');
52 $dt = new \DateTime('1985-07-04 01:30:00', $tz);
53 $dt->setTimeZone($tz);
80 $tz = new \DateTimeZone('Europe/Amsterdam');
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
DDateTimeTest.php21 $tz = new \DateTimeZone('Europe/Amsterdam');
22 $dt = new \DateTime('1985-07-04 01:30:00', $tz);
23 $dt->setTimeZone($tz);
38 $tz = new \DateTimeZone('Europe/Amsterdam');
39 $dt = new \DateTime('1985-07-04 01:30:00', $tz);
40 $dt->setTimeZone($tz);
53 $tz = new \DateTimeZone('GMT');
54 $dt = new \DateTime('1985-07-04 01:30:00', $tz);
55 $dt->setTimeZone($tz);
68 $tz = new \DateTimeZone('Europe/Amsterdam');
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
DDateTimeTest.php21 $tz = new \DateTimeZone('Europe/Amsterdam');
22 $dt = new \DateTime('1985-07-04 01:30:00', $tz);
23 $dt->setTimeZone($tz);
38 $tz = new \DateTimeZone('Europe/Amsterdam');
39 $dt = new \DateTime('1985-07-04 01:30:00', $tz);
40 $dt->setTimeZone($tz);
53 $tz = new \DateTimeZone('GMT');
54 $dt = new \DateTime('1985-07-04 01:30:00', $tz);
55 $dt->setTimeZone($tz);
68 $tz = new \DateTimeZone('Europe/Amsterdam');
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php21 $tz = new \DateTimeZone('Europe/Amsterdam');
22 $dt = new \DateTime('1985-07-04 01:30:00', $tz);
23 $dt->setTimeZone($tz);
38 $tz = new \DateTimeZone('Europe/Amsterdam');
39 $dt = new \DateTime('1985-07-04 01:30:00', $tz);
40 $dt->setTimeZone($tz);
53 $tz = new \DateTimeZone('GMT');
54 $dt = new \DateTime('1985-07-04 01:30:00', $tz);
55 $dt->setTimeZone($tz);
68 $tz = new \DateTimeZone('Europe/Amsterdam');
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/
DDateTimeParser.php31 * @param DateTimeZone $tz
34 static public function parseDateTime($dt, DateTimeZone $tz = null) { argument
43 if ($matches[7]==='Z' || is_null($tz)) {
44 $tz = new DateTimeZone('UTC');
46 …. $matches[2] . '-' . $matches[3] . ' ' . $matches[4] . ':' . $matches[5] .':' . $matches[6], $tz);
58 * @param DateTimeZone $tz
61 static public function parseDate($date, DateTimeZone $tz = null) { argument
70 if (is_null($tz)) {
71 $tz = new DateTimeZone('UTC');
74 $date = new DateTime($matches[1] . '-' . $matches[2] . '-' . $matches[3], $tz);
/plugin/webdavclient/vendor/sabre/vobject/lib/
DDateTimeParser.php31 * @param DateTimeZone $tz
34 static public function parseDateTime($dt, DateTimeZone $tz = null) { argument
43 if ($matches[7]==='Z' || is_null($tz)) {
44 $tz = new DateTimeZone('UTC');
46 …. $matches[2] . '-' . $matches[3] . ' ' . $matches[4] . ':' . $matches[5] .':' . $matches[6], $tz);
58 * @param DateTimeZone $tz
61 static public function parseDate($date, DateTimeZone $tz = null) { argument
70 if (is_null($tz)) {
71 $tz = new DateTimeZone('UTC');
74 $date = new DateTime($matches[1] . '-' . $matches[2] . '-' . $matches[3], $tz);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDateTimeParser.php31 * @param DateTimeZone $tz
34 static public function parseDateTime($dt, DateTimeZone $tz = null) { argument
43 if ($matches[7]==='Z' || is_null($tz)) {
44 $tz = new DateTimeZone('UTC');
46 …. $matches[2] . '-' . $matches[3] . ' ' . $matches[4] . ':' . $matches[5] .':' . $matches[6], $tz);
58 * @param DateTimeZone $tz
61 static public function parseDate($date, DateTimeZone $tz = null) { argument
70 if (is_null($tz)) {
71 $tz = new DateTimeZone('UTC');
74 $date = new DateTime($matches[1] . '-' . $matches[2] . '-' . $matches[3], $tz);

1234