What is the difference between DateTime.Now
and DateTime.UtcNow
.
Is there any performance difference?
Update : I read this article ( http://www.nayyeri.net/the-darkness-behind-datetime-now ) and I think we have a substantioal difference, don't you think ? I guess there should be something else.