you shouldn't use $Sim::Time because if the server is up for a long time the numbers will be so large it will cause glitches
Wouldn't it be the other way around?
$Sim::Time returns a floating point while
getSimTime() returns an integer, so wouldn't
$Sim::Time be better for longer times?