D
David Berman
Suppose you have a bulletin board where of course people can post
messages and read messages composed by other people. Each message has a
time stamp on it. When someone in California comes to the site to read
a message posted by someone in New York, how do you display the time
from the timestamp in Pacific time, but when someone in New York views
the message, the time stamp is in Eastern Standard time?
When I store messages in my SQL server, I time stamp them using the
GetUTCDate() method to store the message in GMT / Universal time.
Thank you,
David
Meet people for friendship, contacts,
or romance using free instant messaging software! See a picture you
like? Click once for a private conversation with that person!
<a href="http://www.sen.us"><img
src="http://www.sen.us/mirror/SENLogo_62_31.jpg">
</a>
messages and read messages composed by other people. Each message has a
time stamp on it. When someone in California comes to the site to read
a message posted by someone in New York, how do you display the time
from the timestamp in Pacific time, but when someone in New York views
the message, the time stamp is in Eastern Standard time?
When I store messages in my SQL server, I time stamp them using the
GetUTCDate() method to store the message in GMT / Universal time.
Thank you,
David
Meet people for friendship, contacts,
or romance using free instant messaging software! See a picture you
like? Click once for a private conversation with that person!
<a href="http://www.sen.us"><img
src="http://www.sen.us/mirror/SENLogo_62_31.jpg">
</a>