Skip to content

Commit 50075b1

Browse files
Jérôme Deuchnordjaviereguiluz
Jérôme Deuchnord
authored andcommitted
Fix mistake about the reason of the limitation of the timestamp in 32bit systems
1 parent c8d11fa commit 50075b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. caution::
22

33
If ``timestamp`` is used, ``DateType`` is limited to dates between
4-
Fri, 13 Dec 1901 20:45:54 GMT and Tue, 19 Jan 2038 03:14:07 GMT on 32bit
5-
systems. This is due to a `limitation in PHP itself`_.
4+
Fri, 13 Dec 1901 20:45:54 UTC and Tue, 19 Jan 2038 03:14:07 UTC on 32bit
5+
systems. This is due to an integer overflow bug in 32bit systems known as the `Year 2038 problem`_.
66

7-
.. _limitation in PHP itself: https://www.php.net/manual/en/function.date.php#refsect1-function.date-changelog
7+
.. _Year 2038 problem: https://en.wikipedia.org/wiki/Year_2038_problem

0 commit comments

Comments
 (0)