New Time format

Dale Strickland-Clark dale at riverhall.NOTHANKS.co.uk
Thu Jan 24 18:59:30 EST 2002


"Mark McEahern" <marklists at mceahern.com> wrote:

>Have you checked out the egenix mx.DateTime stuff?
>
>  http://www.lemburg.com/files/python/eGenix-mx-Extensions.html
>
>$ python
>Python 2.2 (#1, Dec 31 2001, 15:21:18)
>[GCC 2.95.3-5 (cygwin special)] on cygwin
>Type "help", "copyright", "credits" or "license" for more information.
>>>> import mx.DateTime
>>>> t = mx.DateTime.now()
>>>> print t
>2002-01-24 11:46:55.52
>
>That seems like what you're asking for, eh?

Nice one. 

It is almost exactly what I'm after but I want it in the base package.
Every additional package I depend on just adds hassle when I upgrade,
switch PCs or a new Python comes out. 


--
Dale Strickland-Clark
Riverhall Systems Ltd



More information about the Python-list mailing list