Timestamp inaccurate ... Paquet Builder or ExeOutput?

In writing entries to a text log file, for the time entry I am using fwrite($fhandle,date(‘H:i:s’)." ");
The timestamp is off by +6 hours, sounding like it is a timezone issue.
An entry I just did (9/17/2015 at 7:46) shows in the log written as 2015-09-18 01:46:16 +6 hours from my timezone.

All of my time settings on my local PC are correct. Anyone run across this? Is it something in the ExeOutput environment or Paquetbuilder? Is there a setting I am missing?

Thanks for help.

Frank

Looks like ExeOutput. By default, the timezone is defined to Europe/Paris in PHP.ini. Be sure to choose yours.