Subj : src/sbbs3/js_system.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Sun Mar 20 2022 03:05 pm https://gitlab.synchro.net/main/sbbs/-/commit/cf5b2141cc37a211cf241dbd Modified Files: src/sbbs3/js_system.c Log Message: Use JS_ValueToECMAUint32 for full 32-bit time_t values Resolves issue with filelist.js trying to pass 4294967295 (-1) to system.datestr() resulting in: !JavaScript /sbbs/exec/filelist.js line 13: Error: can't convert t to an integer .