From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18531 invoked from network); 9 Oct 2003 21:21:25 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 9 Oct 2003 21:21:25 -0000 Received: (qmail 8131 invoked by alias); 9 Oct 2003 21:21:07 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6679 Received: (qmail 8079 invoked from network); 9 Oct 2003 21:21:07 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 9 Oct 2003 21:21:07 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [80.184.44.189] by sunsite.dk (MessageWall 1.0.8) with SMTP; 9 Oct 2003 21:21:7 -0000 Received: from opk by athlon with esmtp (masqmail 0.2.20) id 1A7iLE-0TD-00 for ; Thu, 09 Oct 2003 23:29:00 +0200 To: zsh-users@sunsite.dk In-reply-to: <1031009172754.ZM10491@candle.brasslantern.com> From: Oliver Kiddle References: <1031009172754.ZM10491@candle.brasslantern.com> Subject: Re: Useful zsh/datetime things Date: Thu, 09 Oct 2003 23:29:00 +0200 Message-ID: <1810.1065734940@athlon> Sender: okiddle@yahoo.co.uk Bart wrote: > A useful addition to strftime would be an option to assign the result to a > parameter, similar to the -A and -H options of "stat" (from zsh/stat). Don't really see the point of that. $(...) does the job and it is more obvious what it does than some option letter. Would be nice if the second argument would default to $EPOCHSECONDS though. Oliver