Home
last modified time | relevance | path

Searched refs:SIMPLE_DATE (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DPsrLogMessageProcessor.php25 public const SIMPLE_DATE = "Y-m-d\TH:i:s.uP"; define in Monolog\\Processor\\PsrLogMessageProcessor
67 … $replacements[$placeholder] = $val->format($this->dateFormat ?: static::SIMPLE_DATE);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DNormalizerFormatter.php25 public const SIMPLE_DATE = "Y-m-d\TH:i:sP"; define in Monolog\\Formatter\\NormalizerFormatter
42 $this->dateFormat = null === $dateFormat ? static::SIMPLE_DATE : $dateFormat;
263 if ($this->dateFormat === self::SIMPLE_DATE && $date instanceof DateTimeImmutable) {