From: Brian H. Powell
Subject: printing the date / strftime equivalent?
Date: 
Message-ID: <1vdhqq$qvv@natinst.com>
     In Common Lisp (I'm using akcl), is there a way (or does freely
distributable code exist) to make a string which contains the date and time in
a relatively standard, human-readable format?  I know I can piece together the
output of (get-decoded-time), but I'm really looking for something almost as
powerful as C's strftime().

Brian