How to display the following without any space also could we substitute a separator instead of space?
> log_time=datetime.datetime.now()
> print log_time
2009-12-16 16:10:03.558991
How to display the following without any space also could we substitute a separator instead of space?
> log_time=datetime.datetime.now()
> print log_time
2009-12-16 16:10:03.558991