Home
last modified time | relevance | path

Searched refs:getTimezone (Results 26 – 34 of 34) sorted by last modified time

12

/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVEvent.php37 $it = new EventIterator($this, null, $start->getTimezone());
59 $effectiveStart = $this->DTSTART->getDateTime($start->getTimezone());
68 $effectiveEnd = $this->DTEND->getDateTime($end->getTimezone());
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php132 $tzFormat = $now->getTimezone()->getOffset($now)===0?'\\Z':'O';
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php485 …Date = new \DateTime($this->currentDate->format('Y-m-1 H:i:s'), $this->currentDate->getTimezone());
641 $this->until = DateTimeParser::parse($value, $this->startDate->getTimezone());
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php2500 public function getTimezone() { function in Google_Profile
H A DGoogle_Oauth2Service.php263 public function getTimezone() { function in Google_Userinfo
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVEvent.php39 $it = new EventIterator($this, null, $start->getTimezone());
61 $effectiveStart = $this->DTSTART->getDateTime($start->getTimezone());
70 $effectiveEnd = $this->DTEND->getDateTime($end->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());
H A DRDateIterator.php95 $this->startDate->getTimezone()
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php131 $tzFormat = $now->getTimezone()->getOffset($now) === 0 ? '\\Z' : 'O';

12