View date and time in the console
hi, is it possible to display the date and time in the console line?
PrintWarning($"{DateTime.Now}");
excuse my ignorance, I want to display date and time on my server's cmd.as shown in the picture. where should I enter this command?
slashhsky
excuse my ignorance, I want to display date and time on my server's cmd.as shown in the picture. where should I enter this command?

You have your date on the left...

this is the information I want to see, which is not on my server. How can I solve the problem? 
You'd need a custom console or tool, that isn't native to the game.