Should add localized [formats from the Moment.js docs](http://momentjs.com/docs/). ``` python import moment print moment.now().format("LLLL") ```