Dale Strickland-Clark wrote: > Is there a more succinct way of getting the current local time as text than: > time.strftime('<format>', time.localtime(time.time())) time.ctime(time.time()) cg.