Possible Duplicate:
Timezone from geolocation
I have a website where people can check in basically. I tack the checkins by the date and time they check in. Well I save the date/time in UTC format.
Is their a way to tell what timezone someone is in by where they access the site? I want to somewhat default to a timezone. When a user creates a profile they can set the timezone.
I am using Visual Studio 2008 with VB.Net.