MTSkull
Centurion
I have an asp application with c# code behind which will be used to collect user entered data from all over the place. I am going to stamp the data with...
This is going to happen in the code behind at the server. So the question is, will the stamp be the local time at the server, or the local time for the end user?
I tried to set up an experiment but it was less the successful.
Thanks
MTS
Code:
string.Format("{0: yyyy-MM-dd H:mm} MST", DateTime.Now);
I tried to set up an experiment but it was less the successful.
Thanks
MTS