What happens on the server to set the request time? Does it take into account the timezone for which the server is configured?
I'm asking because I need to know, if I have a site that has a timezone set as a site-wide variable, and I compare something to the $_SERVER['REQUEST_TIME']
to know if it's expired, I'm not sure whether a timezone mismatch is possible.