mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
- Fixed bug #23467 (Showing incorrect Time Zone)
# patch by scottmacvicar at ntlworld dot com
This commit is contained in:
parent
7258bff325
commit
b10ce1155c
1 changed files with 4 additions and 0 deletions
|
@ -319,6 +319,10 @@ static void php_date(INTERNAL_FUNCTION_PARAMETERS, int gm)
|
||||||
} else {
|
} else {
|
||||||
tname[0] = "???";
|
tname[0] = "???";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (tzname[1] != NULL) {
|
||||||
|
tname[1] = tzname[1];
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue