Subj : src/sbbs3/js_system.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Mon Apr 08 2024 04:32 pm https://gitlab.synchro.net/main/sbbs/-/commit/8108e0cd9e8eb85a7e77fca1 Modified Files: src/sbbs3/js_system.c Log Message: Address MSVC warning and CID 492209 with typecast of time_t to uint32_t yes, this is a Y2K38 (or Y2106) issue, but we should have that worked out when upgrading to the next libmozjs. Need something like NUMBER_TO_JSVAL() and equivalent LAZY_NUMBER macro that can deal with >32-bit ints correctly (or just always convert to double?). .