On 15 May, 12:29, Alchemist <alextab... at gmail.com> wrote: > > How can I format a ctime() object? > Can anyone give me (or lead me to) an example of a solution to my > problem? Use time.strftime. See... http://docs.python.org/lib/module-time.html#tex2html122 Paul