drop mili sencond from datetime index

Solutions on MaxInterview for drop mili sencond from datetime index by the best coders in the world

showing results for - "drop mili sencond from datetime index"
Isabelle
13 Jun 2020
1>>> d = datetime.datetime.today().replace(microsecond=0)
2>>> d
3datetime.datetime(2015, 7, 18, 9, 50, 20)
4
similar questions
queries leading to this page
drop mili sencond from datetime index