public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Mick <michaelkintzios@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Time format in log files
Date: Sun, 27 Jan 2008 22:22:04 +0000	[thread overview]
Message-ID: <200801272222.06772.michaelkintzios@gmail.com> (raw)
In-Reply-To: <9ed554210801271414scd13310y5180abc8658e7c7e@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 598 bytes --]

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>

-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2008-01-27 22:23 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 [this message]
2008-01-28  9:33     ` Etaoin Shrdlu
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=200801272222.06772.michaelkintzios@gmail.com \
    --to=michaelkintzios@gmail.com \
    --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