From bfabdd836815987827f896036b8fd178085085c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Tue, 21 Feb 2023 17:32:37 +0100 Subject: [PATCH] Document 32bits known limitations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dates before Epoch or after 2038 cannot be represented as an integer and throw when calling getTimestamp on the DateTime object. Signed-off-by: Côme Chilliet --- admin_manual/installation/system_requirements.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index b688e88da..dcab2cbe0 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -41,6 +41,10 @@ CPU Architecture and OS ^^^^^^^^^^^^^^^^^^^^^^^ A 64-bit CPU, OS and PHP is required for Nextcloud to run well. +32-bit systems are supported, with the following known limitations: +- Dates before Unix Epoch (1970-01-01) are not supported +- Dates after 2038 are not supported + Memory ^^^^^^