Home
last modified time | relevance | path

Searched refs:tz (Results 51 – 75 of 87) sorted by last modified time

1234

/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js.map1 …es;\n\t};\n\tz.addEvent=function(ev){\n\t\tif (typeof (ev) == \"function\")\n\t\t\treturn dhx_catc…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …es;\n\t};\n\tz.addEvent=function(ev){\n\t\tif (typeof (ev) == \"function\")\n\t\t\treturn dhx_catc…
/plugin/swarmwebhook/
H A Dhelper.php28 $tz = $tzSign . str_pad($offsetInHours * 100, 4, '0', STR_PAD_LEFT);
29 $dateTime = new DateTime('now', new DateTimeZone($tz));
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php94 $tz = null;
97 $tz = $dt->getTimeZone();
98 $isUtc = in_array($tz->getName() , array('UTC', 'GMT', 'Z'));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DTimeZoneUtilTest.php20 $tz = new \DateTimeZone($timezoneName);
21 $this->assertInstanceOf('DateTimeZone', $tz);
84 $this->assertEquals($ex->getName(), $tz->getName());
110 $this->assertEquals($ex->getName(), $tz->getName());
151 $this->assertEquals($ex->getName(), $tz->getName());
159 $this->assertEquals($ex->getName(), $tz->getName());
168 $tz = TimeZoneUtil::getTimeZone($tzid);
171 $this->assertEquals($ex->getName(), $tz->getName());
180 $tz = TimeZoneUtil::getTimeZone($tzid);
183 $this->assertEquals($ex->getName(), $tz->getName());
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue48Test.php37 $tz = new DateTimeZone('Europe/Moscow');
40 new DateTime('2013-07-10 11:00:00', $tz),
41 new DateTime('2013-07-12 11:00:00', $tz),
42 new DateTime('2013-07-13 11:00:00', $tz),
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),
H A DMainTest.php101 $tz = new DateTimeZone('UTC');
154 $tz = new DateTimeZone('UTC');
201 $tz = new DateTimeZone('UTC');
243 $tz = new DateTimeZone('UTC');
296 $tz = new DateTimeZone('UTC');
349 $tz = new DateTimeZone('UTC');
402 $tz = new DateTimeZone('UTC');
453 $tz = new DateTimeZone('UTC');
509 $tz = new DateTimeZone('UTC');
562 $tz = new DateTimeZone('UTC');
[all …]
/plugin/davcard/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);
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php207 $tz = null;
216 if (is_null($tz)) {
217 $tz = $d->getTimeZone();
218 $isUtc = in_array($tz->getName() , array('UTC', 'GMT', 'Z'));
220 $this->offsetSet('TZID', $tz->getName());
223 $d->setTimeZone($tz);
279 $tz = $dts[0]->getTimeZone();
280 $isUtc = $isFloating ? false : in_array($tz->getName() , array('UTC', 'GMT', 'Z'));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php23 $dt->setTimeZone($tz);
40 $dt->setTimeZone($tz);
55 $dt->setTimeZone($tz);
70 $dt->setTimeZone($tz);
85 $dt->setTimeZone($tz);
102 $dt->setTimeZone($tz);
120 $dt1->setTimeZone($tz);
121 $dt2->setTimeZone($tz);
139 $dt1->setTimeZone($tz);
140 $dt2->setTimeZone($tz);
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php684 function parse($rule, $start, $expected, $fastForward = null, $tz = 'UTC') { argument
686 $dt = new DateTime($start, new DateTimeZone($tz));
/plugin/davcard/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…
H A DVTimeZoneTest.php48 $tz = new \DateTimeZone('America/Toronto');
51 $tz,
/plugin/icalevents/
H A Ddeleted.files17 externals/iCalcreator/lib/iCal.tz.inc.php
/plugin/toolbox/
H A DToolboxTextTools.js70 var tz = [];
76 tz[++y] = "";
79 tz[y] += j;
81 return tz;
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng110 param-tz = element tz { value-text | value-uri }?
180 param-pref, param-type, param-geo, param-tz,
229 property-tz = element tz {
379 | property-tz | property-uid | property-url
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A 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),
H A DVAvailabilityTest.php42 $tz = new DateTimeZone('UTC');
45 new DateTimeImmutable('2015-07-17 16:22:00', $tz),
46 new DateTimeImmutable('2015-07-17 17:22:00', $tz),
65 $tz = new DateTimeZone('UTC');
68 new DateTimeImmutable('2015-07-17 16:22:00', $tz),
69 new DateTimeImmutable('2015-07-17 17:22:00', $tz),
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue48Test.php36 $tz = new DateTimeZone('Europe/Moscow');
39 new DateTimeImmutable('2013-07-10 11:00:00', $tz),
40 new DateTimeImmutable('2013-07-12 11:00:00', $tz),
41 new DateTimeImmutable('2013-07-13 11:00:00', $tz),
H A 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),
H A DMainTest.php101 $tz = new DateTimeZone('UTC');
154 $tz = new DateTimeZone('UTC');
201 $tz = new DateTimeZone('UTC');
243 $tz = new DateTimeZone('UTC');
296 $tz = new DateTimeZone('UTC');
349 $tz = new DateTimeZone('UTC');
402 $tz = new DateTimeZone('UTC');
453 $tz = new DateTimeZone('UTC');
509 $tz = new DateTimeZone('UTC');
562 $tz = new DateTimeZone('UTC');
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php966 function parse($rule, $start, $expected, $fastForward = null, $tz = 'UTC') { argument
968 $dt = new DateTime($start, new DateTimeZone($tz));
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php217 $tz = null;
226 if (is_null($tz)) {
227 $tz = $d->getTimeZone();
228 $isUtc = in_array($tz->getName(), ['UTC', 'GMT', 'Z', '+00:00']);
230 $this->offsetSet('TZID', $tz->getName());
233 $d = $d->setTimeZone($tz);
289 $tz = $dts[0]->getTimeZone();
290 $isUtc = $isFloating ? false : in_array($tz->getName(), ['UTC', 'GMT', 'Z']);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php97 $tz = $dt->getTimeZone();
98 $isUtc = in_array($tz->getName(), ['UTC', 'GMT', 'Z']);

1234