Remove time test script

This commit is contained in:
Vortrex
2022-08-16 11:24:07 -05:00
parent c0dee692e0
commit 5e08ac8dd4
2 changed files with 0 additions and 9 deletions

View File

@@ -1,8 +0,0 @@
function getCurrentUnixTimeStampSquirrel() {
return time();
}
function getTimeStampOutput(timeStamp) {
local dateObj = date(timeStamp);
return dateObj.hour + ":" + dateObj.minute + ":" + dateObj.second;
}