Relative local time

This commit is contained in:
2022-04-18 18:50:51 +02:00
parent 5b2494e63b
commit 4adba04737
3 changed files with 24 additions and 6 deletions

View File

@@ -264,7 +264,7 @@ function Spot(asGlobals)
this.checkClearance = function(sClearance) {
return (self.vars(['user', 'clearance']) >= sClearance);
}
};
}
/* Common Functions */