I have a friend whose having difficulties figuring out how to display a DateTime to users from multiple time zones, but without having the date adjusted for their time zone. For example, let's say he has a server in Arizona, California and Nevada each with the appropriate time zone of the states. If a user saves a record as say 9:00 AM Arizona time, he wants it to show up as 9:00 AM on the California and Nevada servers when it's displayed to their users. The database is SQL Server, 2008 I believe.
How can he go about doing that? I'm going to assume that it has something to do with UTC DateTime values? Anyway, I'd appreciate a "complete" example on how he can accomplish this because we seem to be unable to come to an agreement and I can tell he's getting frustrated...
Thanks in advance!