newbie printing question

Ignacio Vazquez-Abrams ignacio at openservices.net
Mon Oct 15 21:38:28 EDT 2001


On Mon, 15 Oct 2001 adina_levin at mindspring.com wrote:

> I'd like to create a string with the current date and time. I've got the
> mxDateTime library, so far so good.
>
> print mxDateTime.now() will generate the date and time to the screen. write
> will send it to a file.
>
> But how can I assign this to a string?
>
> I will be most thankful and embarrassed to hear the answer to this question.
> It oughta be obvious!

Use time.localtime() along with time.strftime().

-- 
Ignacio Vazquez-Abrams  <ignacio at openservices.net>

   "As far as I can tell / It doesn't matter who you are /
    If you can believe there's something worth fighting for."
       - "Parade", Garbage





More information about the Python-list mailing list