vikaskalra
Technical User
Hi All!
Need some help on Time zone related problem.
I have a .NET (ASP.NET) based app with MS-SQL Server 2000.My site is hosted at a California based server, basically people from two locations will be logging on this site, ones from UK (London) and from anywhere in US.
The problem is I need to distinguish between the two and maintain a uniform time, if a person stationed in US, posts an Invoice and a person in UK wants to review it in UK, it should convert the time to UK specific date and time and vice-versa.
Second, if a person logs in from London, the currency shown to him will be Pounds, and if from US, then $, both multiplied by the respective conversion factors.
I wanted guidance from you guys, if by some way, say from the IP of the person accessing the site, I could track that this person is logging in from UK or US and do the conversions on the fly ? or is there any other solution for this problem ? I don't want to maintain multiple date time columns in the Database.
Thanks,
Vikas
Need some help on Time zone related problem.
I have a .NET (ASP.NET) based app with MS-SQL Server 2000.My site is hosted at a California based server, basically people from two locations will be logging on this site, ones from UK (London) and from anywhere in US.
The problem is I need to distinguish between the two and maintain a uniform time, if a person stationed in US, posts an Invoice and a person in UK wants to review it in UK, it should convert the time to UK specific date and time and vice-versa.
Second, if a person logs in from London, the currency shown to him will be Pounds, and if from US, then $, both multiplied by the respective conversion factors.
I wanted guidance from you guys, if by some way, say from the IP of the person accessing the site, I could track that this person is logging in from UK or US and do the conversions on the fly ? or is there any other solution for this problem ? I don't want to maintain multiple date time columns in the Database.
Thanks,
Vikas