Hello Drew Ferraro,
Everyday I need to make a countdown from the next day (00:00 UCT). But i don't know how to get next day UCT time in code.
Best regards,
Alberto.
I finally made it using DateTime.UtcNow and DateTime.Today, but thanks anyways :)
bump
UTC is Coordinated Universal Time.
You can easily create a timer in Unity by knowing the Date and UTC time you want to count down from.
What are you counting down from?
Alberto Martinez
Hello everoye,
Sorry if it is a stupid question, but i have a bulk job call in GS_DAILY(that gets execued at 00:00 UCT), and i can't find the way to mirror a countdown in the game, im using Unity. Any ideas?
Thanks in advance,
Alberto.