/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
H A D | date.rst | 38 You can set the default timezone globally by calling ``setTimezone()`` on 44 $twig->getExtension('\Twig\Extension\CoreExtension')->setTimezone('Europe/Paris'); 47 $twig->getExtension('core')->setTimezone('Europe/Paris');
|
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/ |
H A D | CronExpression.php | 288 $currentDate->setTimezone(new DateTimeZone(date_default_timezone_get())); 293 $currentDate->setTimezone(new DateTimeZone(date_default_timezone_get())); 328 $currentDate->setTimezone($currentTime->getTimezone()); 331 $currentDate->setTimezone(new DateTimeZone(date_default_timezone_get()));
|
H A D | HoursField.php | 25 $date->setTimezone(new DateTimeZone('UTC')); 31 $date->setTimezone($timezone);
|
H A D | DayOfWeekField.php | 45 ->setTimezone($tdate->getTimezone())
|
/plugin/datedifference/ |
H A D | syntax.php | 132 $date_from->setTimezone(new DateTimeZone('UTC')); 133 $date_to->setTimezone(new DateTimeZone('UTC'));
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/ |
H A D | DateHandlerTest.php | 104 $expectedDateTime->setTimezone(new \DateTimeZone($timezone)); 123 $expectedDateTime->setTimezone(new \DateTimeZone($timezone));
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/ |
H A D | DateRange.php | 29 public function setTimezone(string $timezone): self function in Elastica\\Aggregation\\DateRange
|
H A D | AutoDateHistogram.php | 45 public function setTimezone(string $timezone): self function in Elastica\\Aggregation\\AutoDateHistogram
|
H A D | DateHistogram.php | 70 public function setTimezone(string $timezone): self function in Elastica\\Aggregation\\DateHistogram
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | CutoffTime.php | 66 public function setTimezone($timezone) function in Google\\Service\\ShoppingContent\\CutoffTime
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | date.rst | 80 The default timezone can also be set globally by calling ``setTimezone()``: 85 $twig->getExtension('\Twig\Extension\CoreExtension')->setTimezone('Europe/Paris'); 88 $twig->getExtension('core')->setTimezone('Europe/Paris');
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/ |
H A D | DateProcessor.php | 43 public function setTimezone(string $timezone): self function in Elastica\\Processor\\DateProcessor
|
H A D | DateIndexNameProcessor.php | 73 public function setTimezone(string $timezone): self function in Elastica\\Processor\\DateIndexNameProcessor
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/ |
H A D | GetLastModified.php | 45 $this->time->setTimezone(new DateTimeZone('UTC'));
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/ |
H A D | AccountTreeRequest.php | 92 public function setTimezone($timezone) function in Google\\Service\\Analytics\\AccountTreeRequest
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/ |
H A D | GetLastModified.php | 45 $this->time->setTimezone(new DateTimeZone('UTC'));
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/ |
H A D | DeviceInfo.php | 138 public function setTimezone($timezone) function in Google\\Service\\FirebaseDynamicLinks\\DeviceInfo
|
/plugin/authgooglesheets/vendor/monolog/monolog/ |
H A D | UPGRADE.md | 17 via ->setTimezone or passed in the constructor. Calls to Logger::setTimezone
|
/plugin/davcal/syntax/ |
H A D | table.php | 256 $from->setTimezone(new \DateTimeZone($timezone)); 257 $to->setTimezone(new \DateTimeZone($timezone));
|
/plugin/davcal/ |
H A D | helper.php | 812 $dtStart->setTimezone($timezone); 821 $dtEnd->setTimezone($timezone); 1094 $dtStart->setTimezone($timezone); 1115 $dtEnd->setTimezone($timezone); 1127 $dtStart->setTimezone($timezone); 1129 $dtEnd->setTimezone($timezone); 1337 $dtStart->setTimezone($timezone); 1344 $dtEnd->setTimezone($timezone);
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/ |
H A D | InviteReply.php | 154 $this->dtStamp->setTimezone(new \DateTimezone('GMT'));
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/ |
H A D | InviteReply.php | 155 $this->dtStamp->setTimezone(new \DateTimezone('GMT'));
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
H A D | QueryString.php | 221 public function setTimezone(string $timezone): self function in Elastica\\Query\\QueryString
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | SyslogUdpHandler.php | 123 $dateNew = $datetime->setTimezone(new \DateTimeZone('UTC'));
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Localservices/ |
H A D | GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport.php | 281 public function setTimezone(GoogleTypeTimeZone $timezone) function in Google\\Service\\Localservices\\GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport
|