From owner-freebsd-questions@FreeBSD.ORG Sun Apr 20 03:49:02 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3665237B401 for ; Sun, 20 Apr 2003 03:49:02 -0700 (PDT) Received: from falcon.midgard.homeip.net (h76n3fls20o913.telia.com [213.67.148.76]) by mx1.FreeBSD.org (Postfix) with SMTP id 9CD2443FAF for ; Sun, 20 Apr 2003 03:48:57 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: (qmail 67917 invoked by uid 1001); 20 Apr 2003 10:48:55 -0000 Date: Sun, 20 Apr 2003 12:48:55 +0200 From: Erik Trulsson To: John Murphy Message-ID: <20030420104855.GA67858@falcon.midgard.homeip.net> Mail-Followup-To: John Murphy , questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: questions@FreeBSD.ORG Subject: Re: TAI to UTC conversion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 10:49:02 -0000 On Sun, Apr 20, 2003 at 11:41:59AM +0100, John Murphy wrote: > I need to correlate entries in dnscache logs with ipf.log. > The former uses some kind of hexadecimal atomic time like: > > @400000003e9d8179261ab8fc > > So how can I convert this to something more useful? By using tai64nlocal(8) which is part of sysutils/daemontools which you already should have installed as a dependency of djbdns. -- Erik Trulsson ertr1013@student.uu.se