Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2003 11:02:28 +1000
From:      Gregory Bond <gnb@itga.com.au>
To:        Murat USTUNTAS <ustuntas@bimel.com.tr>
Cc:        questions@freebsd.org
Subject:   Re: How can convert user expired days in human readable ? 
Message-ID:  <200306230102.LAA03298@lightning.itga.com.au>
In-Reply-To: Your message of Fri, 20 Jun 2003 15:36:06 %2B0300.

next in thread | raw e-mail | index | archive | help
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"'




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306230102.LAA03298>