I'm building a site with wordpress, and when I use the date() function on an otherwise empty file, it shows the right date. However, if I use it in a file that includes other wordpress files, the time is displayed as GMT time, so the date is off.
If anyone can figure out how I can use date function without interruption from the wordpress methods, I'd appreciated it.