My application is using sql server a database. I am looking for way if user login from US, then the US time will appear on the website. And if user is from UK then UK standard time should appear,
My question is: is there a way I can get date and time with respect to user's location. I am tracking users' ip address and so I know where the user's location.
Is there any solution I can do this in sql server and C#