I am using code igniter to power our site, but are not using the code igniter date library (just the default php Date),
We have several, sites on the same server,
they reside in
www-nz
www-au
www-us
because all these sites use the same php.ini I cannot use date.timezone.
So I was thinking, sweet as, Ill just use .htaccess SetEnv TZ location e.g Pacific/Auckland
But it is having no effect, I have a feeling that code igniter might be resetting the timezone somewhere...
Anyone have a solution?