Re: Changing time zone

2007-12-28 Thread Robert Sosinski
Thanks David, I appreciate the help. I looked in the time helper and did not see what I needed, but I took the advice of tacking on 3 hours to the timestamp and it is working now. Again, Thanks. On Dec 26, 12:05 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm not sure if this is the be

Re: Changing time zone

2007-12-26 Thread [EMAIL PROTECTED]
I'm not sure if this is the best answer, but you can always add 3 hours to the timestamp before you display/store it. also, you might want to check out the time helper: http://api.cakephp.org/time_8php-source.html It may have some useful functions for this. On Dec 26, 7:28 am, Robert Sosinski <[E

Changing time zone

2007-12-26 Thread Robert Sosinski
Hello, I have my webserver in Los Angeles, however I am living in New Jersey. Is there some way I can make cake set the timezone to Eastern Standard Time instead of Pacific Standard Time? This way, all timestamps I put into the database are of my timezone. Thanks. --~--~-~--~~