最佳答案
如何从 Python 中的 datetime 对象获取日期名(例如,星期一、星期二、星期三、星期四、星期五、星期六和星期日) ?
例如,datetime(2019, 9, 6, 11, 33, 0)
应该给我 "Friday"
。