Home
last modified time | relevance | path

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

12

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php204 $this->dtStamp->setTimezone(new \DateTimezone('GMT'));
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php203 $this->dtStamp->setTimezone(new \DateTimezone('GMT'));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DProfile.php418 public function setTimezone($timezone) function in Google\\Service\\Analytics\\Profile
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php82 $dateTime->setTimezone(new \DateTimeZone('GMT'));
/plugin/authgoogle/google/contrib/
H A DGoogle_Oauth2Service.php260 public function setTimezone( $timezone) { function in Google_Userinfo
H A DGoogle_AnalyticsService.php2497 public function setTimezone( $timezone) { function in Google_Profile
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php98 public function setTimezone($timezone) function in Twig\\Extension\\CoreExtension
472 return false !== $timezone ? $date->setTimezone($timezone) : $date;
478 $date->setTimezone($timezone);
496 $date->setTimezone($timezone);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DDateHandler.php238 $datetime = $datetime->setTimezone($timezone);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php611 public function setTimezone(DateTimeZone $tz): self function in Monolog\\Logger
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php553 $dateTime->setTimezone(new \DateTimeZone('UTC'));
557 $dateTime->setTimezone(new \DateTimeZone('UTC'));
587 $dateTime->setTimezone(new \DateTimeZone('UTC'));
618 $dateTime->setTimezone(new \DateTimeZone('UTC'));
/plugin/judge/helper/
H A Djdatetime.class.php99 $obj->setTimezone(new DateTimeZone($timezone));
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php794 $dateTime->setTimezone(new DateTimeZone(date_default_timezone_get()));
796 $dateTime->setTimezone(new DateTimeZone('UTC'));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1034 $date->setTimezone(new \DateTimeZone('GMT'));
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md357 …* Added Logger::setTimezone() to initialize the timezone monolog should use in case date.timezone …
/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/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG650 * fixed the date filter for DateInterval instances (setTimezone() does not exist for them)

12