Is there any way to see what timezone a user is login on to the site from
Problem I need to crate a time stamp to record the time a document was viewed the problem is the the time is 1 hour be hind using cdt time I need to use est time
I used
$hours = date('H') + 1;
To move the hours up 1 hour but What if the user is in mtd I need to see where the user is coming from then adjust the time accordingly