Networking Question - Brain locked

For the last day or so, I’ve been catching up on variables and such as to how I could network something that is constantly updating to all players.

The gist of it is, I would like to use my Day/Night script and when the initial server for a network is started, this holds the key information and begins streaming out what IT has to others, bringing them up to speed on what is happening.

Now, I’ve little understanding of Networking, but still I am doing such things to learn and sometimes we all need to ask for help. Thus why I am here.

So, to make a long story short. How would I have every person see the same sunrise / sunset within a server, saying that I have the day/time variables locked up in an Update() proclamation.

Have the server send an RPC that sets the current time when a user connects along with the player’s name, rank or whatever other information you need.