ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Alexey Morsov <samurai@ricom.ru>
To: community@altlinux.ru
Subject: Re: [Comm] perl
Date: Wed, 01 Jun 2005 17:22:04 +0400
Message-ID: <429DB67C.6090502@ricom.ru> (raw)
In-Reply-To: <39212803.20050601165030@mail.ru>


Anton Gorlov wrote:
> Здравствуйте, community.
> 
> Э... man что и на предмет чего... что б дату из "time" (1117632255)
> перевести в более человеческое. perl

($sec, $min, $hour, $day, $mon, $year, $wday, $yday, $isdst)
       = localtime($_[0]);

    if (length($day) == 1) { $day ='0'.$day; }
    if (length($mon) == 1) { $mon ='0'.++$mon; }
    if (length($min) == 1) { $min ='0'.$min; }
    if (length($sec) == 1) { $sec ='0'.$sec; }
    else { $mon++; }

    $year += 1900;


-- 
Всего наилучшего,
Системный Администратор ЗАО "ИК "РИКОМ-ТРАСТ"
Алексей Морсов
ICQ: 196766290
Jabber: Samurai@jabber.pibhe.com
http://www.ricom.ru
http://www.fondmarket.ru


  parent reply	other threads:[~2005-06-01 13:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-01 12:50 Anton Gorlov
2005-06-01 11:52 ` Aleksander N. Gorohovski
2005-06-01 12:54 ` Alexey I. Froloff
2005-06-01 14:07   ` Re[2]: " Anton Gorlov
2005-06-01 14:13     ` Alexey I. Froloff
2005-06-01 14:18     ` Alex Gorbachenko
2005-06-01 14:59       ` Alex Gorbachenko
2005-06-01 13:22 ` Alexey Morsov [this message]
2005-06-02  4:26   ` Aleksander N. Gorohovski
2005-06-02  7:02     ` Alexey Morsov
2005-06-01 14:03 ` Afanasov Dmitry

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=429DB67C.6090502@ricom.ru \
    --to=samurai@ricom.ru \
    --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