Home
last modified time | relevance | path

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

12

/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DDateIndexNameProcessor.php73 public function setTimezone(string $timezone): self function in Elastica\\Processor\\DateIndexNameProcessor
H A DDateProcessor.php43 public function setTimezone(string $timezone): self function in Elastica\\Processor\\DateProcessor
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DQueryString.php221 public function setTimezone(string $timezone): self function in Elastica\\Query\\QueryString
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DDateHandler.php238 $datetime = $datetime->setTimezone($timezone);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DDateHandlerTest.php104 $expectedDateTime->setTimezone(new \DateTimeZone($timezone));
123 $expectedDateTime->setTimezone(new \DateTimeZone($timezone));
/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/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG650 * fixed the date filter for DateInterval instances (setTimezone() does not exist for them)
/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/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/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/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/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php204 $this->dtStamp->setTimezone(new \DateTimezone('GMT'));
H A DInviteReply.php155 $this->dtStamp->setTimezone(new \DateTimezone('GMT'));
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DGetLastModified.php45 $this->time->setTimezone(new DateTimeZone('UTC'));
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php82 $dateTime->setTimezone(new \DateTimeZone('GMT'));

12