From: NoWayOut <nowayout@pisem.net>
To: community@altlinux.ru
Subject: Re: [Comm] Unix time -> date & time
Date: Tue, 22 Oct 2002 11:45:33 +0400
Message-ID: <200210221145.33329.nowayout@pisem.net> (raw)
In-Reply-To: <200210221348.23047.alex@saa.ru>
В сообщении от Вторник 22 Октябрь 2002 09:48 Alexey A. Shanko написал:
> В письме от 22 Октябрь 2002 13:10 Yuri Anikin написал:
> > Подскажите средство дистрибутивов ALTLinux, с помощью которого можно
> > конвертировать Unix время (лог сквида) в обычные дата/время?
Документацию Squid'а читали? =)
NoWayOut
P.S.:
cat access.log | ./unixtime.pl >access.log.new
unixtime.pl
#!/usr/bin/perl -p
s/^\d+\.\d+/localtime $&/e;
next prev parent reply other threads:[~2002-10-22 7:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-22 5:10 Yuri Anikin
2002-10-22 5:48 ` Alexey A. Shanko
2002-10-22 7:45 ` NoWayOut [this message]
2002-10-22 5:59 ` ASA
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=200210221145.33329.nowayout@pisem.net \
--to=nowayout@pisem.net \
--cc=community@altlinux.ru \
/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
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git