def parsePlayerTimeOn(self, string):
        # This splits off the last word/blob in a player string, and parses
        # it as a time denotation. If it passes, this is the time the player
        # entered the game. If it is not a time, then it is the player's last
        # name, and they started the game.