Home
last modified time | relevance | path

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

12

/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php2497 public function setTimezone( $timezone) { function in Google_Profile
H A DGoogle_Oauth2Service.php260 public function setTimezone( $timezone) { function in Google_Userinfo
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DAccountTreeRequest.php92 public function setTimezone($timezone) function in Google\\Service\\Analytics\\AccountTreeRequest
H A DProfile.php418 public function setTimezone($timezone) function in Google\\Service\\Analytics\\Profile
/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/google/apiclient-services/src/Localservices/
H A DGoogleAdsHomeservicesLocalservicesV1DetailedLeadReport.php281 public function setTimezone(GoogleTypeTimeZone $timezone) function in Google\\Service\\Localservices\\GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DCutoffTime.php66 public function setTimezone($timezone) function in Google\\Service\\ShoppingContent\\CutoffTime
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md357 …* Added Logger::setTimezone() to initialize the timezone monolog should use in case date.timezone …
H A DUPGRADE.md17 via ->setTimezone or passed in the constructor. Calls to Logger::setTimezone
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSyslogUdpHandler.php123 $dateNew = $datetime->setTimezone(new \DateTimeZone('UTC'));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php611 public function setTimezone(DateTimeZone $tz): self function in Monolog\\Logger
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1034 $date->setTimezone(new \DateTimeZone('GMT'));
/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 DDayOfWeekField.php45 ->setTimezone($tdate->getTimezone())
H A DHoursField.php25 $date->setTimezone(new DateTimeZone('UTC'));
31 $date->setTimezone($timezone);
/plugin/datedifference/
H A Dsyntax.php132 $date_from->setTimezone(new DateTimeZone('UTC'));
133 $date_to->setTimezone(new DateTimeZone('UTC'));
/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/syntax/
H A Dtable.php256 $from->setTimezone(new \DateTimeZone($timezone));
257 $to->setTimezone(new \DateTimeZone($timezone));
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php203 $this->dtStamp->setTimezone(new \DateTimezone('GMT'));
H A DInviteReply.php154 $this->dtStamp->setTimezone(new \DateTimezone('GMT'));
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DGetLastModified.php45 $this->time->setTimezone(new DateTimeZone('UTC'));
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md201 * Added `Elastica\Aggregation\DateRange::setTimezone()` [#1847](https://github.com/ruflin/Elastica/pull/1847)
1095 - Added new methods to Elastica\Aggregation\DateHistogram: setOffset, setTimezone [#813](https://github.com/ruflin/Elastica/issues/813/)
1098 - Added Elastica\Query\QueryString::setTimezone [#813](https://github.com/ruflin/Elastica/issues/813/)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
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
H A DDateRange.php29 public function setTimezone(string $timezone): self function in Elastica\\Aggregation\\DateRange

12