DateTime.Now question
- by Tony
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.