Can i count the time of a race manager?

You can use Verse to call GetSecondsSinceEpoch() when RaceBeganEvent occurs and again when RaceCompletedEvent occurs then subtract the first (began) time from the second (completed) time to get the elapsed time in seconds (and milliseconds, it’s a float).