Hi All,
we are using date() in several contexts in our development. Now we get a quie strange looking error message. Can someone tell me, where it comes from?
Error: date(): It is not safe to rely on the system's timezone setting. Please use
the date.timezone steeting, the TZ environment variable or the
date_default_timezone_set() function. In case you are used any of these methods
and you are still getting this warning , you most likely misspelled the timezone
identifier. We select 'Europe/Paris' for '2.0/DST' instead.
Code: 2048
Does anybody know what#s happening here? We CAN use date without error in a small sample PHP on the same server.
And what is the "date_default_timezone_set()" function?
Regards
Gabriel