Using SQL Server, How can I convert the time from the database (UTC) to the user's local timezone?
Their timezone isn't stored in the database, so I have to use an external way to convert it (User's local time/browser timezone).
If anyone could help, that would be great. Thanks.