Home
last modified time | relevance | path

Searched refs:DateTimeImmutable (Results 26 – 50 of 55) sorted by relevance

123

/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 DMandrillHandler.php64 $message->setDate(new \DateTimeImmutable());
H A DSwiftMailerHandler.php104 $message->setDate(new \DateTimeImmutable());
H A DChromePHPHandler.php162 'datetime' => new \DateTimeImmutable(),
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php104 new \DateTimeImmutable('2014-04-02 18:37:00')
158 new \DateTimeImmutable('2014-04-02 18:37:00')
/plugin/countdown/
H A Dsyntax.php70 $Hoy= new DateTimeImmutable();
71 $Next= new DateTimeImmutable($dest);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php146 * @return DateTimeImmutable
166 * @return DateTimeImmutable[]
/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/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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DPsrLogMessageProcessor.php62 if (!$this->dateFormat && $val instanceof \Monolog\DateTimeImmutable) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DDateHandler.php108 \DateTimeImmutable $date,
228 $datetime = \DateTimeImmutable::createFromFormat($format, (string) $data, $timezone);
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DCHANGELOG.md22 - Supports DateTimeImmutable for newer PHP verions
/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/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php5 use DateTimeImmutable; alias
484 …$this->currentDate = new DateTimeImmutable($this->currentDate->format('Y-m-1 H:i:s'), $this->curre…
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php5 use DateTimeImmutable; alias
460 …$this->currentDate = new DateTimeImmutable($this->currentDate->format('Y-m-1 H:i:s'), $this->curre…
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DUPGRADE.md13 - The `datetime` in every record array is now a DateTimeImmutable, not that you
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php79 self::assertInstanceOf(\DateTimeImmutable::class, $result);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php311 … 'datetime' => new DateTimeImmutable($this->microsecondTimestamps, $this->timezone),
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php183 $dt = new \DateTimeImmutable('1985-07-04 01:30:00', $tz);
/plugin/icalevents/
H A Dsyntax-impl.php190 if ($dtRecurrence = DateTimeImmutable::createFromFormat('Ymd', $recurrenceId)) {
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php598 … $dateTime = new \DateTimeImmutable('2001-07-15 21:59:43', new \DateTimeZone('Europe/Berlin'));
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md138 * `\DateTime` and `\DateTimeImmutable` objects are dumped as YAML timestamps.
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php600 new \DateTimeImmutable('2047-01-01 12:47:47', new \DateTimeZone('UTC')),
601 new \DateTimeImmutable('2016-12-05 00:00:00', new \DateTimeZone('UTC')),
674 …['date_time_immutable', new \DateTimeImmutable('2011-08-30 00:00', new \DateTimeZone('UTC')), 'Dat…
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md191 * `\DateTime` and `\DateTimeImmutable` objects are dumped as YAML timestamps.
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php471 if ($date instanceof \DateTimeImmutable) {

123