Skip to content

Commit 729ce2e

Browse files
committed
Add compatibility note to 'c' date format
php/doc-en@7d78942
1 parent 74b732a commit 729ce2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/datetime/datetimeinterface/format.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 7f7fce55c075567a9b964be1d6ff131922930b17 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 7d78942045456715efcc7d54e56096d4187dda3c Maintainer: takagi Status: ready -->
44
<!-- Credits: mumumu -->
55

66
<refentry xml:id="datetime.format" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -318,7 +318,7 @@
318318
</row>
319319
<row>
320320
<entry><literal>c</literal></entry>
321-
<entry>ISO 8601 日付</entry>
321+
<entry>ISO 8601 日付。拡張されていないフォーマット(9999年まで)とだけ、互換性があります。それより未来の日付は無効な文字列になります。そうした日付と拡張フォーマットについては、<literal>x</literal> と <literal>X</literal> を参照ください。</entry>
322322
<entry>2004-02-12T15:19:21+00:00</entry>
323323
</row>
324324
<row>

0 commit comments

Comments
 (0)