Date's timezone is incorrect

A

Anonymous

Guest
Have you tried using the
Code:
date_default_timezone_set()
function? With it you can set the timezone for all the time references used in that particular script to a specific timezone. You can find details and the various supported timezones all over the world in the php manual, Appendix H i think.
 
Back
Top