You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #58788 [Mailer] use microsecond precision SMTP logging (0xb4lint)
This PR was squashed before being merged into the 7.2 branch.
Discussion
----------
[Mailer] use microsecond precision SMTP logging
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
Replaced `date('c')` with `(new \DateTimeImmutable())->format('Y-m-d\TH:i:s.up')` to have microsecond precision.
Before: `2024-11-06T12:57:35+00:00` (ISO 8601)
After: `2024-11-06T12:57:35.123456Z` (ISO 8601 with microseconds)
This change makes possible to inspect each SMTP command's time consumption.
Commits
-------
6d8c53e [Mailer] use microsecond precision SMTP logging
0 commit comments