Home
last modified time | relevance | path

Searched refs:timezone (Results 1 – 25 of 96) sorted by path

1234

/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php2402 public $timezone; variable in Google_Profile
2497 public function setTimezone( $timezone) { argument
2498 $this->timezone = $timezone;
2501 return $this->timezone;
H A DGoogle_Oauth2Service.php192 public $timezone; variable in Google_Userinfo
260 public function setTimezone( $timezone) { argument
261 $this->timezone = $timezone;
264 return $this->timezone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DAccountTreeRequest.php37 public $timezone; variable in Google\\Service\\Analytics\\AccountTreeRequest
92 public function setTimezone($timezone) argument
94 $this->timezone = $timezone;
101 return $this->timezone;
H A DProfile.php103 public $timezone; variable in Google\\Service\\Analytics\\Profile
418 public function setTimezone($timezone) argument
420 $this->timezone = $timezone;
427 return $this->timezone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/
H A DDeviceInfo.php49 public $timezone; variable in Google\\Service\\FirebaseDynamicLinks\\DeviceInfo
138 public function setTimezone($timezone) argument
140 $this->timezone = $timezone;
147 return $this->timezone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Localservices/
H A DGoogleAdsHomeservicesLocalservicesV1DetailedLeadReport.php281 public function setTimezone(GoogleTypeTimeZone $timezone) argument
283 $this->timezone = $timezone;
290 return $this->timezone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DCutoffTime.php33 public $timezone; variable in Google\\Service\\ShoppingContent\\CutoffTime
66 public function setTimezone($timezone) argument
68 $this->timezone = $timezone;
75 return $this->timezone;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md49 * Fixed SyslogUdpHandler not setting the timezone correctly on DateTimeImmutable instances (#1540)
113 * Fixed date timezone handling in SyslogUdpHandler
137 * BC Break: The record timezone is now set per Logger instance and not statically anymore
143 * Added timezone and microseconds to the default date format
357 …* Added Logger::setTimezone() to initialize the timezone monolog should use in case date.timezone
543 * Fixed the log records to use the php default timezone instead of UTC
H A DUPGRADE.md9 - DateTime are now formatted with a timezone and microseconds (unless disabled).
16 - The timezone is now set per Logger instance and not statically, either
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DDateTimeImmutable.php29 public function __construct(bool $useMicroseconds, ?DateTimeZone $timezone = null) argument
33 parent::__construct('now', $timezone);
H A DLogger.php143 protected $timezone; variable in Monolog\\Logger
156 …* @param DateTimeZone|null $timezone Optional timezone, if not provided date_default_timezone_g…
158 …nstruct(string $name, array $handlers = [], array $processors = [], ?DateTimeZone $timezone = null) argument
163 $this->timezone = $timezone ?: new DateTimeZone(date_default_timezone_get() ?: 'UTC');
311 … 'datetime' => new DateTimeImmutable($this->microsecondTimestamps, $this->timezone),
613 $this->timezone = $tz;
623 return $this->timezone;
/plugin/bliki/
H A Dlocal.php.dist4 …urs to offset new post times from your server (eg -3 if you post from a timezone 3 hours behind yo…
/plugin/codemirror/dist/modes/
H A Dmirc.min.js.map1 …me $timer $timestamp \" +\n \"$timestampfmt $timezone $tip $titlebar $t…
H A Dsparql.min.js.map1 …"day\", \"hours\", \"minutes\", \"seconds\",\n \"timezone\", \"tz\", \"now\…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64timezone-from-time|fn:timezone-from-dateTime|fn:timezone-from-date|fn:sum|fn:subtract-dateTimes-yi…
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DCHANGELOG.md36 - Only set default timezone if the given $currentTime is not a DateTime instance ([#34](https://github.com/mtdowling/cron-expression/issues/34))
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DHoursField.php20 // Change timezone to UTC temporarily. This will
24 $timezone = $date->getTimezone();
31 $date->setTimezone($timezone);
/plugin/davcal/action/
H A Dajax.php102 $timezone = $INPUT->post->str('timezone');
107 $user, $startDate, $endDate, $timezone, $color));
/plugin/davcal/db/
H A Dupdate0001.sql24 timezone text, field
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js1093 EventSource.prototype.fetch = function (start, end, timezone) {
2844 timezone: false,
5996 this.currentTimezone !== timezone) {
6003 this.currentTimezone = timezone;
8676 function EventPeriod(start, end, timezone) {
8683 this.timezone = timezone;
8936 timezone !== this.currentPeriod.timezone) {
8938 new EventPeriod_1.default(start, end, timezone));
9300 FuncEventSource.prototype.fetch = function (start, end, timezone) {
9424 if (timezone && timezone !== 'local') {
[all …]
/plugin/davcal/
H A Dhelper.php770 $timezone = new \DateTimeZone('UTC');
812 $dtStart->setTimezone($timezone);
821 $dtEnd->setTimezone($timezone);
979 if($timezone !== '' && $timezone !== 'local')
980 $timezone = new \DateTimeZone($timezone);
1094 $dtStart->setTimezone($timezone);
1115 $dtEnd->setTimezone($timezone);
1127 $dtStart->setTimezone($timezone);
1129 $dtEnd->setTimezone($timezone);
1337 $dtStart->setTimezone($timezone);
[all …]
H A Dscript.js99 timezone: tz, property in AnonymousFunction810540b70400.fcOptions
/plugin/davcal/syntax/
H A Dtable.php200 $timezone = $data['timezone'];
209 $user, $fromStr, $toStr, $timezone));
254 if($timezone !== 'local')
256 $from->setTimezone(new \DateTimeZone($timezone));
257 $to->setTimezone(new \DateTimeZone($timezone));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DPluginTest.php307 $timezone = 'BEGIN:VCALENDAR
341 <C:calendar-timezone><![CDATA[' . $timezone . ']]></C:calendar-timezone>
369 '{urn:ietf:params:xml:ns:caldav}calendar-timezone' => $timezone,
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md61 * Updated windows timezone mappings to latest unicode version.
103 DATE-TIME properties can now all accept a reference timezone when working
122 * Support for "Line Islands Standard Time" windows timezone.
215 * Updated timezone definitions.
227 * Updated: Windows timezone mapping to latest version from unicode.org
228 * Changed: The timezone maps are now loaded in from external files, in
232 * Fixed: Issue #72. RecurrenceIterator should respect timezone in the UNTIL
237 * Fixed: Issue #28. Incorrect timezone detection for some timezones.
250 * Fixed: Issue #87: Several compatibility fixes related to timezone handling
521 * Added: Known Lotus Notes / Domino timezone id's.
[all …]

1234