Re: converting time tuple to datetime struct

2005-03-03 Thread Michael Jard
Yeah, that was just an oversight while retyping the code. Thanks from the prompt reply, it was just what I needed. Mike -- http://mail.python.org/mailman/listinfo/python-list

converting time tuple to datetime struct

2005-03-03 Thread Michael Jard
there a shorter way then: datetime.fromtimestamp(time.mktime(time.strptime("20-3-2005","%d-%b-%y"))) thanks, Mike -- http://mail.python.org/mailman/listinfo/python-list