Home
last modified time | relevance | path

Searched refs:DateTimeImmutable (Results 1 – 25 of 55) sorted by last modified time

123

/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php6 use DateTimeImmutable; alias
291 } elseif ($currentTime instanceof DateTimeImmutable) {
326 } elseif ($currentTime instanceof DateTimeImmutable) {
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DCHANGELOG.md22 - Supports DateTimeImmutable for newer PHP verions
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md191 * `\DateTime` and `\DateTimeImmutable` objects are dumped as YAML timestamps.
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php56 $this->nextRotation = new \DateTimeImmutable('tomorrow');
135 $this->nextRotation = new \DateTimeImmutable('tomorrow');
H A DSwiftMailerHandler.php104 $message->setDate(new \DateTimeImmutable());
H A DChromePHPHandler.php162 'datetime' => new \DateTimeImmutable(),
H A DMandrillHandler.php64 $message->setDate(new \DateTimeImmutable());
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php311 … 'datetime' => new DateTimeImmutable($this->microsecondTimestamps, $this->timezone),
H A DDateTimeImmutable.php22 class DateTimeImmutable extends \DateTimeImmutable implements \JsonSerializable class
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DPsrLogMessageProcessor.php62 if (!$this->dateFormat && $val instanceof \Monolog\DateTimeImmutable) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Test/
H A DTestCase.php15 use Monolog\DateTimeImmutable; alias
44 'datetime' => new DateTimeImmutable(true),
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md49 * Fixed SyslogUdpHandler not setting the timezone correctly on DateTimeImmutable instances (#1540)
142 …* Added DateTimeImmutable support, all record datetime are now immutable, and will toString/json s…
H A DUPGRADE.md13 - The `datetime` in every record array is now a DateTimeImmutable, not that you
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DNormalizerFormatter.php14 use Monolog\DateTimeImmutable; alias
263 if ($this->dateFormat === self::SIMPLE_DATE && $date instanceof DateTimeImmutable) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1135 $date = new \DateTimeImmutable('now', new \DateTimeZone(@date_default_timezone_get()));
1145 $date = new \DateTimeImmutable($date, new \DateTimeZone(@date_default_timezone_get()));
1148 … $notBefore = new \DateTimeImmutable($notBefore, new \DateTimeZone(@date_default_timezone_get()));
1149 … $notAfter = new \DateTimeImmutable($notAfter, new \DateTimeZone(@date_default_timezone_get()));
2582 $dateObj = new \DateTimeImmutable($date, new \DateTimeZone('GMT'));
2658 … $startDate = new \DateTimeImmutable('now', new \DateTimeZone(@date_default_timezone_get()));
2661 … $endDate = new \DateTimeImmutable('+1 year', new \DateTimeZone(@date_default_timezone_get()));
2926 … $thisUpdate = new \DateTimeImmutable('now', new \DateTimeZone(@date_default_timezone_get()));
3106 $date = new \DateTimeImmutable($date, new \DateTimeZone(@date_default_timezone_get()));
3133 … $date = new \DateTimeImmutable($date, new \DateTimeZone(@date_default_timezone_get()));
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDateTimeParser.php6 use DateTimeImmutable; alias
32 * @return DateTimeImmutable
48 …$date = new DateTimeImmutable($matches[1].'-'.$matches[2].'-'.$matches[3].' '.$matches[4].':'.$mat…
62 * @return DateTimeImmutable
78 $date = new DateTimeImmutable($matches[1].'-'.$matches[2].'-'.$matches[3], $tz);
196 * @return DateTimeImmutable|DateInterval
H A DFreeBusyGenerator.php5 use DateTimeImmutable; alias
168 $start = new DateTimeImmutable(Settings::$minDate);
171 $end = new DateTimeImmutable(Settings::$maxDate);
531 $dtstamp->setDateTime(new DateTimeImmutable('now', $tz));
542 $busyTime[0] = new \DateTimeImmutable('@'.$busyTime['start'], $tz);
543 $busyTime[1] = new \DateTimeImmutable('@'.$busyTime['end'], $tz);
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php6 use DateTimeImmutable; alias
115 * @return DateTimeImmutable
135 …return new DateTimeImmutable("$dateParts[year]-$dateParts[month]-$dateParts[date] $dateParts[hour]…
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md198 `DateTimeImmutable` may be used everywhere.
205 * #139: We now _always_ return `DateTimeImmutable` from any method. This could
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php5 use DateTimeImmutable; alias
26 * @return DateTimeImmutable
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php5 use DateTimeImmutable; alias
199 * @return DateTimeImmutable
212 * @return DateTimeImmutable
225 * @return DateTimeImmutable
459 * @var DateTimeImmutable
466 * @var DateTimeImmutable
476 * @var DateTimeImmutable
H A DRRuleIterator.php5 use DateTimeImmutable; alias
460 …$this->currentDate = new DateTimeImmutable($this->currentDate->format('Y-m-1 H:i:s'), $this->curre…
/plugin/countdown/
H A Dsyntax.php70 $Hoy= new DateTimeImmutable();
71 $Next= new DateTimeImmutable($dest);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst363 | DateTimeImmutable | PHP's DateTimeImmutable object (defaul…
366 | DateTimeImmutable<'format'> | PHP's DateTimeImmutable object (custom…
369 | DateTimeImmutable<'format', 'zone'> | PHP's DateTimeImmutable object (custom…
372 | DateTimeImmutable<'format', 'zone', 'deserializeFormat'> | PHP's DateTimeImmutable object (custom…
446 * @Type("DateTimeImmutable")
451 * @Type("DateTimeImmutable<'Y-m-d'>")
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DDateHandler.php108 \DateTimeImmutable $date,
228 $datetime = \DateTimeImmutable::createFromFormat($format, (string) $data, $timezone);

123