Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Step 1: I am Working on chat application. I saved the message and datetime in database table. In my localhost it saves correct time (ie) current system datetime.
but problem is i added my code into server it saves the server time not saving the sending time. And also chat application is common for global.how to manage the time ?
Posted

1 solution

 
Share this answer
 
Comments
GopinathGuru 27-Jan-13 23:27pm    
I am creating a web chat application using asp.net vb. I have got the chat system to work as messages are sent and relayed back to the clients. But there was something i noticed but never thought it would be a problem. I am from England and the chat application is sitting on servers in America and noticed when the message displayed the time, the times were situated in American time zones. How would i go about setting the timezones that will correspond to there country timezones.

So if the message display 17:00 American time, then the message sent to England should display 12:00 English time.

All messages are stored in SQL Server Database. And in Table it take the server time.But sertime is India

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900