I live in the south-eastern US and I'm storing timestamps in my
database. I need date() to reflect my time zone when viewing this
data. Without access to php.ini, how can I do this for CakePHP?

Ive tried adding putenv("TZ = America/New_York"); and
ini_set("date.timezone","America/New_York"); in core.php but neither
seemed to change my results.

Thanks!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to