From: Derick Rethans Date: Sat, 13 Nov 2010 14:57:47 +0000 (+0000) Subject: - Don't show timezone if it wasn't found while parsing. X-Git-Tag: php-5.4.0alpha1~191^2~685 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c8e64f962ab5e895ae83042f2835018c6bb7133;p=php - Don't show timezone if it wasn't found while parsing. --- diff --git a/ext/date/lib/timelib.c b/ext/date/lib/timelib.c index 528c89d63a..5e65a6e4cf 100644 --- a/ext/date/lib/timelib.c +++ b/ext/date/lib/timelib.c @@ -230,8 +230,6 @@ void timelib_dump_date(timelib_time *d, int options) printf(" %05d%s", d->z, d->dst == 1 ? " (DST)" : ""); break; } - } else { - printf(" GMT 00000"); } if ((options & 1) == 1) {