Is there any way to find out the culture of the visitor to a asp.net website? Or even just the UTC offset would be great. For the desktop applications all of the date and time data in the database is stored in UTC and then converted to local time according to wherever the local culture/timezone is. Is there anyway to do this in asp.net without making them choose? The less user interaction, the better because this application is designed for use with mobile phones and other small devices.
Thanks
Thanks