diff --git a/src/ccze.c b/src/ccze.c index 7a53dc1..f011deb 100644 --- a/src/ccze.c +++ b/src/ccze.c @@ -357,7 +357,7 @@ ccze_print_date (const char *date) ccze_addstr (CCZE_COLOR_DATE, date); return; } - strftime (tmp, sizeof (tmp) - 1, "%b %e %T", gmtime (<ime)); + strftime (tmp, sizeof (tmp) - 1, "%b %e %T %z", localtime(<ime)); ccze_addstr (CCZE_COLOR_DATE, tmp); } else