open
https://gitlab.synchro.net/main/sbbs/-/issues/1109
The system.uptime JavaScript variable is giving unexpected results in current builds.
Given this line:
```
print("This BBS has been up since " + system.timestr(system.uptime));
```
In b3cec4b69, result is the current date/time:
```
This BBS has been up since Fri Apr 03 2026 02:08 pm
```
In dc7a17727, result is instead:
```
This BBS has been up since Wed Dec 31 1969 08:02 pm
```
Chatted with nelgin and Deuce in IRC; they suspect possibly related to #1093. --- SBBSecho 3.37-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)