From owner-cvs-all@FreeBSD.ORG Sat Jul 17 00:26:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4DC116A4CE; Sat, 17 Jul 2004 00:26:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95E9343D31; Sat, 17 Jul 2004 00:26:31 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6H0QV6v018230; Sat, 17 Jul 2004 00:26:31 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6H0QVrs018229; Sat, 17 Jul 2004 00:26:31 GMT (envelope-from alfred) Message-Id: <200407170026.i6H0QVrs018229@repoman.freebsd.org> From: Alfred Perlstein Date: Sat, 17 Jul 2004 00:26:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/date date.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2004 00:26:31 -0000 alfred 2004-07-17 00:26:31 UTC FreeBSD src repository Modified files: bin/date date.1 Log: Give the most awesome example of how to parse the output of date back into epoch time. Everytime I'm asked to do this by someone I have to spend about ten minutes recreating the same command line. So record it under examples. Revision Changes Path 1.67 +8 -0 src/bin/date/date.1