From: "Aleksander N. Gorohovski" <angel@feht.dgtu.donetsk.ua> To: community@altlinux.ru Subject: Re: [Comm] perl Date: Thu, 02 Jun 2005 08:26:40 +0400 Message-ID: <opsrp6mqy6hz2pp6@oc.peooc.net> (raw) In-Reply-To: <429DB67C.6090502@ricom.ru> On Wed, 01 Jun 2005 17:22:04 +0400, Alexey Morsov <samurai@ricom.ru> wrote: > > 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++; } Sorry, $mon++; for($day,$mon,$min,$sec){ $_="0$_" if length($_) == 1 } :-) > > $year += 1900;
next prev parent reply other threads:[~2005-06-02 4:26 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 2005-06-02 4:26 ` Aleksander N. Gorohovski [this message] 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=opsrp6mqy6hz2pp6@oc.peooc.net \ --to=angel@feht.dgtu.donetsk.ua \ --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