Home
last modified time | relevance | path

Searched refs:timezone (Results 1 – 25 of 96) sorted by last modified time

1234

/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt66 * [bugfix: G70] set a default timezone if one is not set
/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/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/edittable/lib/
H A Dhandsontable.full.js9226 var timezone, timezoneIndex;
9254 timezone = ' +0000';
9257 timezone = ((timezoneIndex < 0) ? ' -' : ' +') +
9262 timezone = timezones[match[5]];
9265 timezone = timezones[' GMT'];
9267 match[5] = timezone;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DQueryString.php217 * Set timezone option.
221 public function setTimezone(string $timezone): self argument
223 return $this->setParam('time_zone', $timezone);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DDateProcessor.php39 * Set the timezone use when parsing the date. Default UTC.
43 public function setTimezone(string $timezone): self argument
45 return $this->setParam('timezone', $timezone);
H A DDateIndexNameProcessor.php69 * Set the timezone use when parsing the date. Default UTC.
73 public function setTimezone(string $timezone): self argument
75 return $this->setParam('timezone', $timezone);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAutoDateHistogram.php45 public function setTimezone(string $timezone): self argument
47 return $this->setParam('time_zone', $timezone);
H A DDateHistogram.php70 public function setTimezone(string $timezone): self argument
72 return $this->setParam('time_zone', $timezone);
H A DDateRange.php29 public function setTimezone(string $timezone): self argument
31 return $this->setParam('time_zone', $timezone);
/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/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/action/
H A Dajax.php102 $timezone = $INPUT->post->str('timezone');
107 $user, $startDate, $endDate, $timezone, $color));
/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 …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php279 $timezone = $this->vcal->createComponent('VTIMEZONE');
280 $timezone->TZID = '/freeassociation.sourceforge.net/Tzfile/Europe/Amsterdam';
281 $timezone->{'X-LIC-LOCATION'} = 'Europe/Amsterdam';
284 $this->vcal->add($timezone);
306 $timezone = $this->vcal->createComponent('VTIMEZONE');
307 $timezone->TZID = 'Moon';
308 $timezone->{'X-LIC-LOCATION'} = 'Moon';
312 $this->vcal->add($timezone);
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php544 foreach($calendar->select('VTIMEZONE') as $timezone) {
545 $icalMsg->add(clone $timezone);
813 $timezone = null;
873 $timezone = $vevent->DTSTART->getDateTime()->getTimeZone();
/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/authgooglesheets/vendor/monolog/monolog/src/Monolog/
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/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/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;

1234