From owner-cvs-usrbin Thu Jul 18 17:45:07 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA03845 for cvs-usrbin-outgoing; Thu, 18 Jul 1996 17:45:07 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA03809; Thu, 18 Jul 1996 17:44:57 -0700 (PDT) Date: Thu, 18 Jul 1996 17:44:57 -0700 (PDT) From: John Polstra Message-Id: <199607190044.RAA03809@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/at parsetime.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/07/18 17:44:57 Modified: usr.bin/at parsetime.c Log: Fix botches in the handling of "AM" and "PM": 12:xx PM is 12:xx, not 24:xx. 12:xx AM is 00:xx, not 12:xx. Revision Changes Path 1.7 +8 -3 src/usr.bin/at/parsetime.c