timezone
[email protected] (kranthi)
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
var_dump(ini_get("date.timezone"));
echo date("e");
this code is giving output
string(0) ""
Asia/Calcutta
and ini_get_all() entry corresponding to date.timezone is an empty array
ny ideas y i m getting Asia/Calcutta as my time zone
Kranthi.