DateTime.Now question
Posted
by Tony
on Stack Overflow
See other posts from Stack Overflow
or by Tony
Published on 2010-03-22T14:57:42Z
Indexed on
2010/03/22
15:01 UTC
Read the original article
Hit count: 372
c#
Hello,
I am using a couple varaibles that have value of DateTime.now for both database and web services purpose. Now, if someone asks you that how I am handling non-machine timezone, is that question refering that how the code will handle in case if the application gets deployed to machines in different time zones?
To give more information, the application will manipulate data from different time zones.
Thank you.
© Stack Overflow or respective owner