MyDocs
PythonでYYYY-MM-DD形式で日付を扱う
import
datetime today = datetime.date.today() today.isoformat()