From 8a98a0937cf9ec7918592692b02851ebaf8c5efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helge-Mikael=20Nordg=C3=A5rd?= Date: Mon, 4 Oct 2021 09:59:08 +0000 Subject: [PATCH] Update 'System requirements' --- System-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System-requirements.md b/System-requirements.md index fb6891a..5338bd6 100644 --- a/System-requirements.md +++ b/System-requirements.md @@ -1,6 +1,6 @@ ### Operating system: -Sæterprosjekt requires a 64 bit operating system. It uses [Unix epoch timestamps](https://en.wikipedia.org/wiki/Unix_time) (in milliseconds) in order to calculate time differences, and those values are too large for 32 bit operations (you could technically work a hack to seperate and store them in two 32 bit allocations but that would open another can of worms). This also makes sure it's year 2038 compliant (yeah the Y2k bug is [making a combeback](https://en.wikipedia.org/wiki/Year_2038_problem). +Sæterprosjekt requires a 64 bit operating system. It uses [Unix epoch timestamps](https://en.wikipedia.org/wiki/Unix_time) (in milliseconds) in order to calculate time differences, and those values are too large for 32 bit operations (you could technically work a hack to seperate and store them in two 32 bit allocations but that would open another can of worms). This also makes sure it's year 2038 compliant (yeah the Y2k bug is [making a combeback](https://en.wikipedia.org/wiki/Year_2038_problem)). You can run the program in the following environments: