PDA

View Full Version : need server's timezone


Jakeman
06-10-2005, 04:36 AM
I know that vB3 (3.0.7) gets the server's timezone from PHP (as opposed to from the vB options like in vB2). I can't find the code for this. :dead:

A pointer to the appropriate vB3 code, or a segment of PHP code to fetch it myself would be helpful.

Marco van Herwaarden
06-10-2005, 07:43 AM
The following will give you the servers timezone:
date("T");