public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Etaoin Shrdlu <shrdlu@unlimitedmail.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Time format in log files
Date: Mon, 28 Jan 2008 10:33:01 +0100	[thread overview]
Message-ID: <200801281033.01894.shrdlu@unlimitedmail.org> (raw)
In-Reply-To: <200801272222.06772.michaelkintzios@gmail.com>

On Sunday 27 January 2008, Mick wrote:
> On Sunday 27 January 2008, Greg Bowser wrote:
> > Hi,
> > Those dates are in a format called "unix timestamps", which
> > represent the number of seconds since the unix epoch (Jaunuary 1st,
> > 1970). You can get the current unix timestamp via the date command
> > (date +%s). As far as any command-line utility to convert them,I
> > leave that to Google.  However, most programming languages provide
> > functions to convert between timestamp formats.
>
> Thanks Greg,
>
> It's amazing what one can dig out from Google:
>
> perl -pe 's/(\d+)/localtime($1)/e' /var/log/<logfile_name>

I like this one too: 

# date -d @1200806556
Sun Jan 20 06:22:36 CET 2008
-- 
gentoo-user@lists.gentoo.org mailing list



  reply	other threads:[~2008-01-28  9:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-27 21:54 [gentoo-user] Time format in log files Mick
2008-01-27 22:14 ` Greg Bowser
2008-01-27 22:22   ` Mick
2008-01-28  9:33     ` Etaoin Shrdlu [this message]
2008-01-28 10:21 ` Peter Humphrey
2008-01-28 12:07   ` William Kenworthy
2008-01-28 14:45     ` Peter Humphrey
2008-01-28 15:15       ` Etaoin Shrdlu
2008-01-29 10:45         ` Peter Humphrey
2008-01-29 11:37           ` Etaoin Shrdlu
2008-01-29 11:40             ` Peter Humphrey
2008-01-28 16:43   ` Jan Seeger
2008-01-29 10:52     ` Peter Humphrey
2008-01-29 11:21       ` Jan Seeger
2008-01-29 11:23         ` Jan Seeger

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=200801281033.01894.shrdlu@unlimitedmail.org \
    --to=shrdlu@unlimitedmail.org \
    --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