[DOC-CVS] [doc-en] master: Fix description for "!" and "|" format tokens
[email protected] (Jack Worman via Derick Rethans)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Jack Worman (jack-worman)
Committer: Derick Rethans (derickr)
Date: 2026-02-04T13:05:17+01:00
Commit: https://github.com/php/doc-en/commit/f5e51d56b0a4dd7e70dd47ea7eb3c07fdc207ddd
Raw diff: https://github.com/php/doc-en/commit/f5e51d56b0a4dd7e70dd47ea7eb3c07fdc207ddd.diff
Fix description for "!" and "|" format tokens
Changed paths:
M reference/datetime/datetimeimmutable/createfromformat.xml
Diff:
diff --git a/reference/datetime/datetimeimmutable/createfromformat.xml b/reference/datetime/datetimeimmutable/createfromformat.xml
index a98ebd8bcf43..0b2e9ea58787 100644
--- a/reference/datetime/datetimeimmutable/createfromformat.xml
+++ b/reference/datetime/datetimeimmutable/createfromformat.xml
@@ -341,7 +341,7 @@
fraction and timezone information) to zero-like values (
<literal>0</literal> for hour, minute, second and fraction,
<literal>1</literal> for month and day, <literal>1970</literal>
- for year and <literal>UTC</literal> for timezone information)</entry>
+ for year and the default timezone)</entry>
<entry>Without <literal>!,</literal> all fields will be set to the
current date and time.</entry>
</row>