Subj : src/sbbs3/js_msgbase.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Sat Mar 02 2024 04:15 pm https://gitlab.synchro.net/main/sbbs/-/commit/82b9cbe85972cfdbd1ff5255 Modified Files: src/sbbs3/js_msgbase.c Log Message: More use of JS_ValueToECMAUint32 in place of JS_ValueToInt32 To support the full 32-bit range for things like dates/times, and message numbers (!). This should fix issue #732 Though dates beyond Feb 7 2106 are definitely going to still be an issue. I'll definitley look into solving that by the the 2100. .