The ISO format for timestamps has a 'T' separating the date from the time part. Use .isoformat() : from datetime import datetime dt ...
確定! 回上一頁