Home
last modified time | relevance | path

Searched refs:setTimezone (Results 1 – 25 of 41) sorted by relevance

12

/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddate.rst38 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 DCronExpression.php288 $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 DHoursField.php25 $date->setTimezone(new DateTimeZone('UTC'));
31 $date->setTimezone($timezone);
H A DDayOfWeekField.php45 ->setTimezone($tdate->getTimezone())
/plugin/datedifference/
H A Dsyntax.php132 $date_from->setTimezone(new DateTimeZone('UTC'));
133 $date_to->setTimezone(new DateTimeZone('UTC'));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DDateHandlerTest.php104 $expectedDateTime->setTimezone(new \DateTimeZone($timezone));
123 $expectedDateTime->setTimezone(new \DateTimeZone($timezone));
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DDateRange.php29 public function setTimezone(string $timezone): self function in Elastica\\Aggregation\\DateRange
H A DAutoDateHistogram.php45 public function setTimezone(string $timezone): self function in Elastica\\Aggregation\\AutoDateHistogram
H A DDateHistogram.php70 public function setTimezone(string $timezone): self function in Elastica\\Aggregation\\DateHistogram
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DCutoffTime.php66 public function setTimezone($timezone) function in Google\\Service\\ShoppingContent\\CutoffTime
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst80 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 DDateProcessor.php43 public function setTimezone(string $timezone): self function in Elastica\\Processor\\DateProcessor
H A DDateIndexNameProcessor.php73 public function setTimezone(string $timezone): self function in Elastica\\Processor\\DateIndexNameProcessor
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DGetLastModified.php45 $this->time->setTimezone(new DateTimeZone('UTC'));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DAccountTreeRequest.php92 public function setTimezone($timezone) function in Google\\Service\\Analytics\\AccountTreeRequest
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DGetLastModified.php45 $this->time->setTimezone(new DateTimeZone('UTC'));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/
H A DDeviceInfo.php138 public function setTimezone($timezone) function in Google\\Service\\FirebaseDynamicLinks\\DeviceInfo
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DUPGRADE.md17 via ->setTimezone or passed in the constructor. Calls to Logger::setTimezone
/plugin/davcal/syntax/
H A Dtable.php256 $from->setTimezone(new \DateTimeZone($timezone));
257 $to->setTimezone(new \DateTimeZone($timezone));
/plugin/davcal/
H A Dhelper.php812 $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 DInviteReply.php154 $this->dtStamp->setTimezone(new \DateTimezone('GMT'));
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php155 $this->dtStamp->setTimezone(new \DateTimezone('GMT'));
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DQueryString.php221 public function setTimezone(string $timezone): self function in Elastica\\Query\\QueryString
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSyslogUdpHandler.php123 $dateNew = $datetime->setTimezone(new \DateTimeZone('UTC'));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Localservices/
H A DGoogleAdsHomeservicesLocalservicesV1DetailedLeadReport.php281 public function setTimezone(GoogleTypeTimeZone $timezone) function in Google\\Service\\Localservices\\GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport

12