History log of /php-src/ext/date/tests/gh11281.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# f9117eb8 19-May-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-11281: DateTimeZone::getName() does not include seconds in offset

If the seconds portion is non-zero, include the seconds in the output.

Closes GH-11282.