Ottenere la data di oggi in AAAA-MM-GG in Python?

| | | | | | |

Sto usando:

str(datetime.datetime.today()).split()[0] 

per tornare oggi" s data nel formato AAAA-MM-GG.

C'è un modo meno grezzo per ottenere questo risultato?