Skip to content

Commit d23b9b2

Browse files
committed
breaking lines to <80 characters
1 parent 4c04125 commit d23b9b2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

reference/forms/types/options/date_input.rst.inc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ your underlying object. Valid values are:
1414
The value that comes back from the form will also be normalized back into
1515
this format.
1616

17-
Note: If ``timestamp`` is used, ``DateType`` is limited to dates between Fri, 13 Dec 1901 20:45:54 GMT and Tue, 19 Jan 2038 03:14:07 GMT on 32bit systems. This is due to a `limitation in PHP itself <http://php.net/manual/en/function.date.php>`_:
17+
Note: If ``timestamp`` is used, ``DateType`` is limited to dates between
18+
Fri, 13 Dec 1901 20:45:54 GMT and Tue, 19 Jan 2038 03:14:07 GMT on 32bit
19+
systems. This is due to a `limitation in PHP itself <http://php.net/manual/en/function.date.php>`_:
1820

19-
The valid range of a timestamp is typically from Fri, 13 Dec 1901 20:45:54 GMT to Tue, 19 Jan 2038 03:14:07 GMT. (These are the dates that correspond to the minimum and maximum values for a 32-bit signed integer). However, before PHP 5.1.0 this range was limited from 01-01-1970 to 19-01-2038 on some systems (e.g. Windows).
21+
The valid range of a timestamp is typically from Fri, 13 Dec 1901 20:45:54 GMT
22+
to Tue, 19 Jan 2038 03:14:07 GMT. (These are the dates that correspond
23+
to the minimum and maximum values for a 32-bit signed integer). However,
24+
before PHP 5.1.0 this range was limited from 01-01-1970 to 19-01-2038 on
25+
some systems (e.g. Windows).

0 commit comments

Comments
 (0)