I want to get the timezone of current surfer or user which is using the website. Like (GMT-6). Actually I have to put some check on users of Tulsa Oklahoma so some user in that state is using the website will come under that check.
I think if i become able to get GMT difference like -6 then I can put check. I want to do this thing preferably in php but can consider javascript also.
Thanks in advance.