From 3c8e64f962ab5e895ae83042f2835018c6bb7133 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sat, 13 Nov 2010 14:57:47 +0000 Subject: [PATCH] - Don't show timezone if it wasn't found while parsing. --- ext/date/lib/timelib.c | 2 -- 1 file changed, 2 deletions(-) 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) { -- 2.40.0