How can convert user expired days in human readable ?
Gregory Bond
gnb at itga.com.au
Sun Jun 22 18:02:42 PDT 2003
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"'
More information about the freebsd-stable
mailing list