From owner-freebsd-questions@FreeBSD.ORG Sun Jun 22 18:02:41 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4FE537B401; Sun, 22 Jun 2003 18:02:41 -0700 (PDT) Received: from ns1.itga.com.au (ns1.itga.com.au [202.53.40.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 455D243FBD; Sun, 22 Jun 2003 18:02:40 -0700 (PDT) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns1.itga.com.au (8.12.9/8.12.9) with ESMTP id h5N12TUl099902; Mon, 23 Jun 2003 11:02:29 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (localhost [127.0.0.1]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id LAA03298; Mon, 23 Jun 2003 11:02:28 +1000 (EST) Message-Id: <200306230102.LAA03298@lightning.itga.com.au> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 From: Gregory Bond To: Murat USTUNTAS In-reply-to: Your message of Fri, 20 Jun 2003 15:36:06 +0300. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 23 Jun 2003 11:02:28 +1000 Sender: gnb@itga.com.au cc: stable@freebsd.org cc: questions@freebsd.org Subject: Re: How can convert user expired days in human readable ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 01:02:42 -0000 Or for a way that works on all platforms with perl and not just FreeBSD platforms with date -r): perl -e 'print scalar localtime(1064005200),"\n"'