getServerDateString

local code, timestr = World:getServerDateString()
if code == ErrorCode.OK then
print('Execution successful', code, timestr )
else
print('Execution failed')
end