If you really want to sync game time, do it on the host (TNManager.isHosting check), and send (Time.time + TNManager.ping). On the clients, add TNManager.ping to it as well. Record the difference between the value and your own Time.time, and use this offset in the future.