Remove time test script
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
function getCurrentUnixTimeStampSquirrel() {
|
||||
return time();
|
||||
}
|
||||
|
||||
function getTimeStampOutput(timeStamp) {
|
||||
local dateObj = date(timeStamp);
|
||||
return dateObj.hour + ":" + dateObj.minute + ":" + dateObj.second;
|
||||
}
|
||||
Reference in New Issue
Block a user