Home
last modified time | relevance | path

Searched refs:utc (Results 1 – 25 of 37) sorted by relevance

12

/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php12 $utc = new DateTimeZone('UTC');
13 … new RDateIterator('20140901T000000Z,20141001T000000Z', new DateTime('2014-08-01 00:00:00', $utc));
16 new DateTime('2014-08-01 00:00:00', $utc),
17 new DateTime('2014-09-01 00:00:00', $utc),
18 new DateTime('2014-10-01 00:00:00', $utc),
32 $utc = new DateTimeZone('UTC');
33 … new RDateIterator('20140901T000000Z,20141001T000000Z', new DateTime('2014-08-01 00:00:00', $utc));
44 new DateTime('2014-09-01 00:00:00', $utc),
45 new DateTime('2014-10-01 00:00:00', $utc),
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php12 $utc = new DateTimeZone('UTC');
13 … new RDateIterator('20140901T000000Z,20141001T000000Z', new DateTime('2014-08-01 00:00:00', $utc));
16 new DateTime('2014-08-01 00:00:00', $utc),
17 new DateTime('2014-09-01 00:00:00', $utc),
18 new DateTime('2014-10-01 00:00:00', $utc),
32 $utc = new DateTimeZone('UTC');
33 … new RDateIterator('20140901T000000Z,20141001T000000Z', new DateTime('2014-08-01 00:00:00', $utc));
44 new DateTime('2014-09-01 00:00:00', $utc),
45 new DateTime('2014-10-01 00:00:00', $utc),
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php12 $utc = new DateTimeZone('UTC');
13 … new RDateIterator('20140901T000000Z,20141001T000000Z', new DateTime('2014-08-01 00:00:00', $utc));
16 new DateTime('2014-08-01 00:00:00', $utc),
17 new DateTime('2014-09-01 00:00:00', $utc),
18 new DateTime('2014-10-01 00:00:00', $utc),
32 $utc = new DateTimeZone('UTC');
33 … new RDateIterator('20140901T000000Z,20141001T000000Z', new DateTime('2014-08-01 00:00:00', $utc));
44 new DateTime('2014-09-01 00:00:00', $utc),
45 new DateTime('2014-10-01 00:00:00', $utc),
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_csp.js127 gantt.date.date_to_str = function(format,utc){ argument
131 …case "%d": return utc ? gantt.date.to_fixed(date.getUTCDate()) : gantt.date.to_fixed(date.getDate(…
133 case "%j": return utc ? date.getUTCDate() : date.getDate();
134 case "%n": return utc ? (date.getUTCMonth() + 1) : (date.getMonth() + 1);
136 case "%Y": return utc ? date.getUTCFullYear() : date.getFullYear();
142 … case "%g": return utc ? ((date.getUTCHours() + 11) % 12 + 1) : ((date.getHours() + 11) % 12 + 1);
143 case "%G": return utc ? date.getUTCHours() : date.getHours();
144 …case "%H": return utc ? gantt.date.to_fixed(date.getUTCHours()) : gantt.date.to_fixed(date.getHour…
146 …case "%a": return utc ? (date.getUTCHours() > 11 ? "pm" : "am") : (date.getHours() > 11 ? "pm" : "…
155 gantt.date.str_to_date = function(format,utc){ argument
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php12 $utc = new DateTimeZone('UTC');
13 …eIterator('20140901T000000Z,20141001T000000Z', new DateTimeImmutable('2014-08-01 00:00:00', $utc));
16 new DateTimeImmutable('2014-08-01 00:00:00', $utc),
17 new DateTimeImmutable('2014-09-01 00:00:00', $utc),
18 new DateTimeImmutable('2014-10-01 00:00:00', $utc),
54 $utc = new DateTimeZone('UTC');
55 …eIterator('20140901T000000Z,20141001T000000Z', new DateTimeImmutable('2014-08-01 00:00:00', $utc));
66 new DateTimeImmutable('2014-09-01 00:00:00', $utc),
67 new DateTimeImmutable('2014-10-01 00:00:00', $utc),
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DHandleRDateExpandTest.php46 $utc = new DateTimeZone('UTC');
48 new DateTimeImmutable("2015-10-12", $utc),
49 new DateTimeImmutable("2015-10-15", $utc),
50 new DateTimeImmutable("2015-10-17", $utc),
51 new DateTimeImmutable("2015-10-18", $utc),
52 new DateTimeImmutable("2015-10-20", $utc),
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_csp.js.map1utc","replace","a","to_fixed","getUTCDate","getDate","getUTCMonth","getMonth","getUTCFullYear","ge…
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DCronExpressionTest.php227 $utc = new DateTimeZone('UTC');
232 $this->assertTrue($cron->isDue(new DateTime($date, $utc)));
237 $this->assertFalse($cron->isDue(new DateTime($date, $utc)));
242 $this->assertFalse($cron->isDue(new DateTime($date, $utc)));
/plugin/mantis/lib/
H A Dclass.nusoap_base.php901 * @param boolean $utc Whether the time stamp is UTC or local
904 function timestamp_to_iso8601($timestamp,$utc=true){ argument
906 if($utc){
H A Dnusoap.php901 * @param boolean $utc Whether the time stamp is UTC or local
904 function timestamp_to_iso8601($timestamp,$utc=true){ argument
906 if($utc){
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng60 value-utc-offset = element utc-offset {
232 (value-text | value-uri | value-utc-offset)
H A Dxcal.rng376 value-utc-offset = element utc-offset {
951 value-utc-offset
960 value-utc-offset
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng60 value-utc-offset = element utc-offset {
232 (value-text | value-uri | value-utc-offset)
H A Dxcal.rng376 value-utc-offset = element utc-offset {
951 value-utc-offset
960 value-utc-offset
/plugin/eventum/XML/
H A DRPC.php1897 function XML_RPC_iso8601_encode($timet, $utc = 0) argument
1899 if (!$utc) {
1926 function XML_RPC_iso8601_decode($idate, $utc = 0) argument
1930 if ($utc) {
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js92 return createLocalOrUTC(input, format, locale, strict, true).utc();
3307 var utc = keepOffset !== true;
3308 var m = utc ? this.clone().utc() : this;
3310 … return formatMoment(m, utc ? 'YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]' : 'YYYYYY-MM-DD[T]HH:mm:ss.SSSZ');
3314 if (utc) {
3320 return formatMoment(m, utc ? 'YYYY-MM-DD[T]HH:mm:ss.SSS[Z]' : 'YYYY-MM-DD[T]HH:mm:ss.SSSZ');
3914 proto.utc = setOffsetToUTC;
3987 var utc = createUTC().set(setter, index);
3988 return locale[field](utc, format);
4496 hooks.utc = createUTC;
H A Dfullcalendar.js1027 return moment_ext_1.default.utc(this.startMs).stripZone();
1036 return moment_ext_1.default.utc(this.endMs).stripZone();
1041 return moment.utc(this.endMs).diff(moment.utc(this.startMs), unit, true);
1354 momentExt.utc = function () {
1359 mom.utc();
1407 mom = moment.utc.apply(moment, args);
1489 this.utc(true); // keepLocalTime=true (for keeping *date* value)
1517 this.utc(true); // keepLocalTime=true (for keeping date and time values)
1542 newMomentProto.utc = function (keepLocalTime) {
1543 oldMomentProto.utc.call(this, keepLocalTime);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js3utc=ga.year.utc.range,ga.day=On(function(n){var t=new va(2e3,0);return t.setFullYear(n.getFullYear…
5utc,Gl=Jl("%Y-%m-%dT%H:%M:%S.%LZ");Wl.iso=Date.prototype.toISOString&&+new Date("2000-01-01T00:00:… function
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml565 'canonical' => Time::utc( 2001, 12, 15, 2, 59, 43, 0 ),
840 'at' => Time::utc( 2001, 8, 12, 9, 25, 00 ),
846 'at' => Time::utc( 2001, 8, 12, 9, 25, 10 ),
/plugin/html5video2/script/
H A Dvideo.min.js21utc:http-head:2014":case"urn:mpeg:dash:utc:http-head:2012":t.method="HEAD";break;case"urn:mpeg:das…
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js3519 Graph.prototype.formatDate = function(date, mask, utc) argument
3579 utc = true;
3582 var _ = utc ? "getUTC" : "get",
3591 o = utc ? 0 : date.getTimezoneOffset(),
3617 … Z: utc ? "UTC" : (String(date).match(timezone) || [""]).pop().replace(timezoneClip, ""),
/plugin/googlesearch/
H A Dnusoap.php826 function timestamp_to_iso8601($timestamp,$utc=true){ argument
828 if($utc){
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1 … transform trigger unarchive undo union uniquejoin unlock update use using utc utc_tmestamp view w…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js22 var utc = require('dayjs/plugin/utc');
24 var dayjs = require('dayjs').extend(customParseFormat).extend(utc);
217 return dateUTC ? dayjs.utc(value).format() : dayjs(value).format();
44099 utc: e.$u,
44113 n = t.utc;
44481 o = e.utc,
44520 e.utc = function (t) {
44523 utc: !0,
44526 }, n.utc = function () {
44529 utc: !0
[all …]
/plugin/edittable/lib/
H A Dhandsontable.full.js7211 return createLocalOrUTC(input, format, locale, strict, true).utc();
10390 var m = this.clone().utc();
10992 proto.utc = setOffsetToUTC;
11065 var utc = createUTC().set(setter, index);
11066 return locale[field](utc, format);
11561 hooks.utc = createUTC;

12