How do I change timezone for hosted app?

I have a hosted app and I want the time to show New York (Eastern)

Thanks

Frank

Maybe this is what you need: http://php.net/manual/en/function.date-default-timezone-set.php

Or the same: http://www.yiiframework.com/doc/api/1.1/CApplication#setTimeZone-detail

Thank you