Unless the environment has a default timezone set, a user will
experience the dreaded white screen of death (unless error logging is
turned on) when trying to run AD. See
http://php.net/manual/en/function.date-default-timezone-set.php
The fix for me has been to add a default time zone to logger.php
right around line 86. My question is what the best way would be to
set a default in the package so a user will not have to adjust
this(local php.ini?), or should we just note it in the docs?