We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c2888 commit 14579e9Copy full SHA for 14579e9
server.js
@@ -32,6 +32,7 @@ function getStatus()
32
retVal["__filename"] = __filename;
33
retVal["os.hostname"] = os.hostname();
34
retVal["os.type"] = os.type();
35
+ retVal["timestamp"] = new Date().getTime();
36
//retVal["os.platform"] = os.platform();
37
/*retVal["os.arch"] = os.arch();
38
retVal["os.release"] = os.release();
0 commit comments