I know this is an old thread but I found an EZ solution for this problem.
Just add the:
putenv("TZ=America/New_York"

;
line to your config.sys file. I put it above the:
$_CONF['language'] = 'english';
line. The link below has another link of all available time zones.
Here is where I found the info:
http://www.modwest.com/help/kb5-258.html
Hope this helps someone.