On 2020-10-16 9:42 AM, Steve wrote:
d2 =  datetime.datetime.now() #Time Right now

Show this: 2020-10-16 02:53
and not this: 2020-10-16 02:53:48.585865


>>>
>>> str(d2)
'2020-10-16 10:29:38.423371'
>>>
>>> d2.strftime('%Y-%m-%d %H:%M')
'2020-10-16 10:29'
>>>


Frank Millman

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to