From: Harm Geerts <harmgeerts@home.nl>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Re: date in emerge logs
Date: Fri, 27 Oct 2006 12:13:04 +0200 [thread overview]
Message-ID: <200610271213.04861.harmgeerts@home.nl> (raw)
In-Reply-To: <Pine.LNX.4.64.0610271042130.21181@jmaa.math.ist.utl.pt>
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
next prev parent reply other threads:[~2006-10-27 10:17 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-27 9:55 [gentoo-user] date in emerge logs Jorge Almeida
2006-10-27 10:13 ` Harm Geerts [this message]
2006-10-27 10:22 ` Neil Bothwick
2006-10-27 10:42 ` [gentoo-user] " Harm Geerts
2006-10-27 11:39 ` Neil Bothwick
2006-10-27 10:30 ` [gentoo-user] " Bo Ørsted Andresen
2006-10-27 11:08 ` Peter Ruskin
2006-10-27 12:30 ` Jorge Almeida
2006-10-27 18:28 ` Richard Fish
2006-10-27 18:34 ` Jorge Almeida
2006-10-27 19:44 ` Peter Ruskin
2006-10-27 23:36 ` Jorge Almeida
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200610271213.04861.harmgeerts@home.nl \
--to=harmgeerts@home.nl \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox