The Date::offset() method will return the total number of seconds between two different time zones. If you only provide one time zone then this will be compared with your local time zone.
echo Date::offset('America/New_York');
3600
echo Date::offset('Antarctica/Casey', 'America/New_York');
46800
For a complete list of time zones that are supported by PHP5 click here