There should be a variable somewhere that controls when its day and night. I haven't watched this tutorial but in my game I have a variable called value_ and it goes from 0.0 to 1.0. 0.5 is noon and 1.0 is midnight. I'm sure it's something similar and all you do is update that variable when the game starts.