If I'll write Datetime.Now;
.net says that it's
2/23/2015 5:24:41 PM
but if I'll change my calender of computer to 16'th February. It says:
2/16/2015 5:24:41 PM
How can I say to C# that you must get global time and not time of my computer?
Same on Datetime.UtcNow;