TimeFormat 1.0.0 Released

Colin Stewart cms103@owlfish.com
11 May 2004 16:20:08 -0700


Hi,

I've released a small library that provides a more capable alternative
to time.strftime().  It allows formatting strings that can produce
valid W3C DateTime formats with timezone (something that can't be done
with strftime), and allows padding policies to be specified for
individual elements (e.g. day with no padding, space padding, or 0
padding).

It's licensed under a BSD Style license, and avialable here:
http://www.owlfish.com/software/TimeFormat/index.html

Colin.