local to iso 8601 without microsecond 3a

Solutions on MaxInterview for local to iso 8601 without microsecond 3a by the best coders in the world

showing results for - "local to iso 8601 without microsecond 3a"
Jordan
11 Mar 2020
1import datetime
2datetime.datetime.now().replace(microsecond=0).isoformat()
3>>> 2020-03-20T14:30:43
4
similar questions
queries leading to this page
local to iso 8601 without microsecond 3a