- Fixed bug #23467 (Showing incorrect Time Zone)

# patch by scottmacvicar at ntlworld dot com
This commit is contained in:
foobar 2004-02-12 01:28:12 +00:00
parent 7258bff325
commit b10ce1155c

View file

@ -319,6 +319,10 @@ static void php_date(INTERNAL_FUNCTION_PARAMETERS, int gm)
} else {
tname[0] = "???";
}
if (tzname[1] != NULL) {
tname[1] = tzname[1];
}
#endif
}