How to get the Server " Time " on a game to all be the same and the date aswell if its possible. im not great at that kinda stuff i need some help
#include <time.h>
int main()
{
char _date [9];
char _time [9];
_strdate( _date);
_strtime( _time );
return 0;
}
static void Main(string[] args)
{
DateTime Date = DateTime.Now;
}