IMHO if date.timezone is undefined PHP should quietly assume that it was intentionally left undefined because I *want* PHP to "query the host operating system (if supported and allowed by the OS)" or else fall back to UTC.
What I usually do is:
date_default_timezone_set( @date_default_timezone_get() );
Philipp Kempgen
--
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

