Find time zone from IP address in C#

Posted by theburningmonk on Stack Overflow See other posts from Stack Overflow or by theburningmonk
Published on 2010-05-24T16:41:07Z Indexed on 2010/05/24 16:51 UTC
Read the original article Hit count: 241

Filed under:
|
|
|

Is there a way to find the time zone a user is in when all I have is their IP address? I'm looking for the time offset I need to apply to the server time in order to find the time for the user's location.

Thanks,

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET