From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GdOmB-0007nn-BU for garchives@archives.gentoo.org; Fri, 27 Oct 2006 10:17:24 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9RAFFYZ023302; Fri, 27 Oct 2006 10:15:15 GMT Received: from smtpq2.tilbu1.nb.home.nl (smtpq2.tilbu1.nb.home.nl [213.51.146.201]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k9RAD95i009612 for ; Fri, 27 Oct 2006 10:13:10 GMT Received: from [213.51.146.188] (port=44845 helo=smtp3.tilbu1.nb.home.nl) by smtpq2.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1GdOi5-0006P1-1F for gentoo-user@lists.gentoo.org; Fri, 27 Oct 2006 12:13:09 +0200 Received: from cc117081-a.gorre1.fr.home.nl ([217.120.145.219]:39142 helo=manuel.fawlty.mine.nu) by smtp3.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1GdOi3-0001Ee-6g for gentoo-user@lists.gentoo.org; Fri, 27 Oct 2006 12:13:07 +0200 From: Harm Geerts To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Re: date in emerge logs Date: Fri, 27 Oct 2006 12:13:04 +0200 User-Agent: KMail/1.9.5 References: In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610271213.04861.harmgeerts@home.nl> X-AtHome-MailScanner-Information: Neem contact op met support@home.nl voor meer informatie X-AtHome-MailScanner: Found to be clean X-Archives-Salt: ae0182f3-3c0e-45bb-9261-42c08f512908 X-Archives-Hash: f662c6bb3a30dfb4ac03da26ea59e7ae On Friday 27 October 2006 11:55, Jorge Almeida wrote: > What are the numbers at the beginning of each line in the logs of > emerge? Example: > 1161911504: --- AUTOCLEAN: Nothing unmerged. > > I'm assuming that 1161911504 is some date. If so, how can I translate it > into something human-meaningfull? > -- > Jorge Almeida What it is: http://en.wikipedia.org/wiki/Unix_time One way to translate it to a human readable form is this: $ python -c "import time; print time.ctime(1161911504)" Not sure if there are console apps that can do this. It's not very common to work with timestamps in the console afaik :) -- gentoo-user@gentoo.org mailing list