Home
last modified time | relevance | path

Searched refs:getTimezone (Results 26 – 34 of 34) sorted by relevance

12

/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php121 $tzFormat = 0 === $now->getTimezone()->getOffset($now) ? '\\Z' : 'O';
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php131 $tzFormat = $now->getTimezone()->getOffset($now) === 0 ? '\\Z' : 'O';
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php108 public function getTimezone() function in Twig\\Extension\\CoreExtension
464 $timezone = $env->getExtension('\Twig\Extension\CoreExtension')->getTimezone();
485 …se !== $timezone ? $timezone : $env->getExtension('\Twig\Extension\CoreExtension')->getTimezone());
492 … $date = new \DateTime($date, $env->getExtension('\Twig\Extension\CoreExtension')->getTimezone());
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php484 …ew DateTimeImmutable($this->currentDate->format('Y-m-1 H:i:s'), $this->currentDate->getTimezone());
735 $this->until = DateTimeParser::parse($value, $this->startDate->getTimezone());
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php328 $currentDate->setTimezone($currentTime->getTimezone());
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php460 …ew DateTimeImmutable($this->currentDate->format('Y-m-1 H:i:s'), $this->currentDate->getTimezone());
700 $this->until = DateTimeParser::parse($value, $this->startDate->getTimezone());
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php621 public function getTimezone(): DateTimeZone function in Monolog\\Logger
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php2500 public function getTimezone() { function in Google_Profile
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js2072 …1,5}"};default:return{g:0,c:null,s:String.escape(b)};}};Date.prototype.getTimezone=function(){retu… method in Date

12