Home
last modified time | relevance | path

Searched refs:utc (Results 26 – 37 of 37) sorted by last modified time

12

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js6770 date_to_str: function (format, utc) {
6817 if (utc) format = format.replace(/date\.get/g, "date.getUTC");
6824 str_to_date: function (format, utc) {
6870 if (utc) code = " Date.UTC(" + code + ")";
/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/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/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/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/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/mantis/lib/
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){
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){
/plugin/googlesearch/
H A Dnusoap.php826 function timestamp_to_iso8601($timestamp,$utc=true){ argument
828 if($utc){

12