Index: at/Makefile =================================================================== RCS file: /home/ncvs/src/usr.bin/at/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- at/Makefile 8 Feb 2002 22:31:35 -0000 1.15 +++ at/Makefile 27 Dec 2004 10:29:42 -0000 @@ -14,6 +14,7 @@ BINOWN= root BINMODE= 4555 CLEANFILES+= at.1 +WARNS= 6 at.1: at.man @${ECHO} Making ${.TARGET:T} from ${.ALLSRC:T}; \ Index: at/at.c =================================================================== RCS file: /home/ncvs/src/usr.bin/at/at.c,v retrieving revision 1.29 diff -u -r1.29 at.c --- at/at.c 22 Jul 2002 11:32:16 -0000 1.29 +++ at/at.c 27 Dec 2004 11:45:03 -0000 @@ -509,7 +509,7 @@ runtimer = 60*(time_t) ctm; runtime = *localtime(&runtimer); - strftime(timestr, TIMESIZE, "%+", &runtime); + strftime(timestr, TIMESIZE, "%c %Z", &runtime); if (first) { printf("Date\t\t\t\tOwner\t\tQueue\tJob#\n"); first=0;