[eluser]tmcw[/eluser]
This is about as close to pandora's box as I've gotten in development so far... let's see... strtotime assumes the local time is master, so it redoes the date in some funky way. I'd like to fix it via a dbfilter rule, but those have to be in global functions, and therefore can't use the $this->config->item('timezone') command...
- Apparently php's date() function does the same thing (converts your date from gmt to local...)