A Module on Time & Date

Robert Kern rkern at ucsd.edu
Mon Jun 27 02:09:49 EDT 2005


Robert Maas, see http://tinyurl.com/uh3t wrote:
>>From: John Abel <jabel at plus.net>
>>time - http://docs.python.org/lib/module-time.html
> 
> Ah, thanks! It works here, whereas:
> 
>>datetime - http://docs.python.org/lib/module-datetime.html
> 
> doesn't work, no such module, see:
>   http://groups-beta.google.com/group/comp.lang.python/msg/0e4307f5cfa28b6a
>   Message-ID: <REM-2005jun26-004 at Yahoo.Com>
> 
> Anyway, I'll update my one-step-after-hello-world demo for Python
> tomorrow or sometime to include the time stuff.

As you can see in the datetime documentation, the module was introduced 
in Python 2.3. I recommend updating your Python installation.

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter




More information about the Python-list mailing list