下列代码运行后的正确选项是?()
import time a=time.gmtime() print(time.strftime('%Y-%m-%d %a %h:%M:%S %p',a))
2023-02-01 Wed Feb:08:04 PM
Wed Feb: 2023-02-01 08:04 PM
Wed Feb:08:04 PM 2023-02-01
2023-02-01 Wed Feb:08:04